diff --git a/i18n/ar.toml b/i18n/ar.toml index 85bbc01ff8..f796f9e01d 100644 --- a/i18n/ar.toml +++ b/i18n/ar.toml @@ -25,6 +25,9 @@ other = "المزيد" [Expand-title] other = "...قم بتوسيع" +[Navigation-toggle] +other = "قائمة" + [Byte-symbol] other = "B" diff --git a/i18n/de.toml b/i18n/de.toml index 66ee78c98f..c332d82f9b 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -25,6 +25,9 @@ other = "Mehr" [Expand-title] other = "Erweitere mich..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/en.toml b/i18n/en.toml index ef0d31b424..37d8bcd8ca 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -25,6 +25,9 @@ other = "More" [Expand-title] other = "Expand me..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/es.toml b/i18n/es.toml index 4f8064f07c..f98a3e8ce1 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -25,6 +25,9 @@ other = "Más" [Expand-title] other = "Expandir..." +[Navigation-toggle] +other = "Menú" + [Byte-symbol] other = "B" diff --git a/i18n/fr.toml b/i18n/fr.toml index b92493fb6a..265cd00d45 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -25,6 +25,9 @@ other = "Aller plus loin" [Expand-title] other = "Déroulez-moi..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "o" diff --git a/i18n/hi.toml b/i18n/hi.toml index 9e09f68687..218064fe5f 100644 --- a/i18n/hi.toml +++ b/i18n/hi.toml @@ -23,7 +23,10 @@ other = "यह पृष्ठ संपादित करें" other = "अधिक सामग्री दिखाएं" [Expand-title] -other = "विस्तार करे..." +other = "मेनू" + +[Navigation-toggle] +other = "Menú" [Byte-symbol] other = "B" diff --git a/i18n/id.toml b/i18n/id.toml index a8bcd3d55d..6acb851f51 100644 --- a/i18n/id.toml +++ b/i18n/id.toml @@ -25,6 +25,9 @@ other = "Lainnya" [Expand-title] other = "Bentangkan..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/ja.toml b/i18n/ja.toml index c357d13a9c..04e079f355 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -25,6 +25,9 @@ other = "更に" [Expand-title] other = "開く..." +[Navigation-toggle] +other = "メニュー" + [Byte-symbol] other = "B" diff --git a/i18n/nl.toml b/i18n/nl.toml index 5ad56bd2e4..0440acf307 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -25,6 +25,9 @@ other = "Snelkoppelingen" [Expand-title] other = "Lees meer..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/pir.toml b/i18n/pir.toml index 6b893babea..72ed49e5aa 100644 --- a/i18n/pir.toml +++ b/i18n/pir.toml @@ -25,6 +25,9 @@ other = "Morrre" [Expand-title] other = "Expand me..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/pt.toml b/i18n/pt.toml index 6532da9cd2..0b8be4f1a5 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -25,6 +25,9 @@ other = "Mais" [Expand-title] other = "Expandir..." +[Navigation-toggle] +other = "Menu" + [Byte-symbol] other = "B" diff --git a/i18n/ru.toml b/i18n/ru.toml index 69b44b7f6d..9e44c9f50d 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -25,6 +25,9 @@ other = "Еще" [Expand-title] other = "Развернуть..." +[Navigation-toggle] +other = "Меню" + [Byte-symbol] other = "Б" diff --git a/i18n/tr.toml b/i18n/tr.toml index a6a9babb5d..3aadf3c923 100644 --- a/i18n/tr.toml +++ b/i18n/tr.toml @@ -25,6 +25,9 @@ other = "Dahası Var" [Expand-title] other = "Genişlet..." +[Navigation-toggle] +other = "Menü" + [Byte-symbol] other = "B" diff --git a/i18n/vn.toml b/i18n/vn.toml index fbd7ee7eb0..f3c645a9ed 100644 --- a/i18n/vn.toml +++ b/i18n/vn.toml @@ -25,6 +25,9 @@ other = "Nội dung khác" [Expand-title] other = "Mở rộng..." +[Navigation-toggle] +other = "Menu" + [BinaryPrefix-kilobyte] other = "kb" diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index 8702b80d51..eb0a8946d0 100644 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -25,6 +25,9 @@ other = "更多" [Expand-title] other = "展开" +[Navigation-toggle] +other = "导航" + [Byte-symbol] other = "B" diff --git a/layouts/index.html b/layouts/index.html index b5f7a61417..0d7e1029b1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{- partial "header.html" . }} - navigation +{{T "Navigation-toggle"}} {{if .Site.Home.Content }}