From ce2607b8b2015209d156471da6b88e46eb8e2d74 Mon Sep 17 00:00:00 2001 From: Mikhail Sudakov Date: Sat, 20 Jan 2024 21:52:06 +0300 Subject: [PATCH 1/2] modified: i18n/en.toml modified: i18n/ru.toml modified: layouts/partials/docs/nav.html --- i18n/en.toml | 4 ++++ i18n/ru.toml | 3 +++ layouts/partials/docs/nav.html | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index 156f7950..94539345 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -430,3 +430,7 @@ other = "Try again" [wechat] other = "WeChat" + + +[browse_docs] +other = "Browse docs" diff --git a/i18n/ru.toml b/i18n/ru.toml index 0cfa82da..10950a0c 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -430,3 +430,6 @@ other = "Повторить" [wechat] other = "WeChat" + +[browse_docs] +other = "Список документов" \ No newline at end of file diff --git a/layouts/partials/docs/nav.html b/layouts/partials/docs/nav.html index 49e69825..6dc8f68b 100644 --- a/layouts/partials/docs/nav.html +++ b/layouts/partials/docs/nav.html @@ -1,7 +1,7 @@