config: add translations to menu

main
Síle Ekaterin Liszka 2022-12-15 08:37:01 -08:00
parent 41db6da873
commit f1d2e7a120
1 changed files with 11 additions and 4 deletions

View File

@ -19,26 +19,33 @@ name = 'About'
url = '/about' url = '/about'
weight = 2 weight = 2
[[menu.main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 3
[[menu.main]] [[menu.main]]
identifier = 'recipes' identifier = 'recipes'
name = 'Recipes' name = 'Recipes'
url = '/recipe' url = '/recipe'
weight = 3 weight = 4
[[menu.main]] [[menu.main]]
identifier = 'commissions' identifier = 'commissions'
name = 'Commissions' name = 'Commissions'
url = 'commissions' url = 'commissions'
weight = 4 weight = 5
[[menu.main]] [[menu.main]]
identifier = 'system' identifier = 'system'
name = 'System Reference' name = 'System Reference'
url = 'system' url = 'system'
weight = 5 weight = 6
[[menu.main]] [[menu.main]]
identifier = 'links' identifier = 'links'
name = 'Links' name = 'Links'
url = 'links' url = 'links'
weight = 6 weight = 7