Title of links aren't properly localized
Closed this issue · 3 comments
KwadroNaut commented
xoxys commented
How does your menu/main.yml
file look like?
xoxys commented
This should work already with the correct structure in menu/main.yml
according to https://github.com/thegeeklab/hugo-geekdoc/blob/main/exampleSite/data/menu/main.yaml
Closing due to missing feedback.
KwadroNaut commented
How does your
menu/main.yml
file look like?
This is what it looks like:
---
main:
- name:
en: Welcome
de: Grüße
ru: привет
ref: "/"
- name:
en: Overview
de: Überblick
ru: обзор
ref: "/overview"
- name:
en: Circumvention
de: Umgehung
ru: Обход
ref: "/circumvention/"
- name:
en: Tutorials
de: Tutorials
ru: учебники
ref: "/tutorials"