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!