Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Translations for site.yaml?

Started by Muut Archive 10 years ago · 6 replies · 1257 views
10 years ago

Hey,

I currently build a grav page in english and german.

I currently have the links for my navigation defined in site.yaml because some pages shouldn't be shown in the navigation so I can't just loop over all pages.

However I haven't figured out where I can put the translations for site.yaml.

Could you provide an example where to put the translations if in site.yaml I have:
menu:

text: Linktext
link: link

Thank you!

10 years ago

Thanks for the reply. Yes I read the docs but they didn't really help me. In site.yaml I have an array

YAML
menu:
  -
    text: 'Für Brands'
    link: 'brand'
  -
    text: 'Für Retailer'
    link: 'retailer'

How would I translate those in languages.yaml?

Would I insert there

YAML
en:
   THEME_FASHIONCLOUD:
      menu:
         -
            text: 'For Brands'
            ....

How do I reference that site.yaml's content is supposed to be replaced?

10 years ago

Read responses of @flaviocopes and @rhukster in https://getgrav.org/forum#!/general:translation-of-site-title.

I show an example with which I translated the metadata description in site.yaml file.

In site.yaml files, I replaced Grav is an easy to use, yet powerful, open source flat-file CMS with METADATA_DESCRIPTION.

In metadata.html.twig file I added |t to translate, so from {{ meta.content }} to {{ meta.content }}.

Inside user/languages/en.yaml I added METADATA_DESCRIPTION: Grav is an easy ....

Inside user/languages/it.yaml I added METADATA_DESCRIPTION: Grav è un facile ....

It works

10 years ago

The second one {{ meta.content }} it's wrong.
it's right {{ meta.content|t }}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1360 9 years ago
Archive · by Muut Archive, 9 years ago
2 938 9 years ago
Archive · by Muut Archive, 9 years ago
2 4068 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1122 9 years ago