Skip to content

Commit 221e93f

Browse files
authored
Update docusaurus.config.ru.js
1 parent 460c230 commit 221e93f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docusaurus.config.ru.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,19 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "ru",
60-
locales: ["ru", "en", "jp"],
60+
locales: ["ru", "en", "jp", "zh"],
6161
path: "i18n",
6262
localeConfigs: {
63-
en: {
63+
en: {
6464
label: "English",
6565
htmlLang: "en",
6666
path: "en",
6767
},
68+
ru: {
69+
label: "Russian",
70+
htmlLang: "ru",
71+
path: "ru",
72+
},
6873
jp: {
6974
label: "Japanese",
7075
htmlLang: "jp",

0 commit comments

Comments
 (0)