Skip to content

Commit 460c230

Browse files
authored
Update docusaurus.config.jp.js
1 parent f390432 commit 460c230

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docusaurus.config.jp.js

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,23 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "jp",
60-
locales: ["ru", "en", "jp"],
60+
locales: ["ru", "en", "jp", "zh"],
6161
path: "i18n",
6262
localeConfigs: {
63+
en: {
64+
label: "English",
65+
htmlLang: "en",
66+
path: "en",
67+
},
6368
ru: {
6469
label: "Russian",
6570
htmlLang: "ru",
6671
path: "ru",
6772
},
68-
en: {
69-
label: "English",
70-
htmlLang: "en",
71-
path: "en",
73+
jp: {
74+
label: "Japanese",
75+
htmlLang: "jp",
76+
path: "jp",
7277
},
7378
zh: {
7479
label: "Chinese",

0 commit comments

Comments
 (0)