From 85e50325c7863913d9112dfdc573e72943d944da Mon Sep 17 00:00:00 2001 From: sergioisidoro Date: Sat, 6 Jun 2020 20:49:09 +0300 Subject: [PATCH] Simplify writing --- content/en/content-management/multilingual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index ee76d92a7..49c09b3f6 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -510,7 +510,7 @@ The rendering of the main navigation works as usual. `.Site.Menus` will just con ### Dynamically localizing menus with i18n While customizing menus per language is useful, your config file can become hard to maintain if you have a lot of languages -If your menus are the same in all languages, and the only thing that changes is the actual translation, you can use the menu `.Identifier` as a translation key for the name of the the menu: +If your menus are the same in all languages (ie. if the only thing that changes is the translated name) you can use the `.Identifier` as a translation key for the menu name: {{< code-toggle file="config" >}} [[menu.main]]