Skip to content

Commit ee1c860

Browse files
committed
remove russian from english, japanese and chinese
1 parent d715e96 commit ee1c860

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

docusaurus.config.en.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,14 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "en",
60-
locales: ["ru", "en", "jp", "zh"],
60+
locales: ["en", "jp", "zh"],
6161
path: "i18n",
6262
localeConfigs: {
6363
en: {
6464
label: "English",
6565
htmlLang: "en",
6666
path: "en",
6767
},
68-
ru: {
69-
label: "Русский",
70-
htmlLang: "ru",
71-
path: "ru",
72-
},
7368
jp: {
7469
label: "日本語",
7570
htmlLang: "jp",

docusaurus.config.jp.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,14 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "jp",
60-
locales: ["ru", "en", "jp", "zh"],
60+
locales: ["en", "jp", "zh"],
6161
path: "i18n",
6262
localeConfigs: {
6363
en: {
6464
label: "English",
6565
htmlLang: "en",
6666
path: "en",
6767
},
68-
ru: {
69-
label: "Русский",
70-
htmlLang: "ru",
71-
path: "ru",
72-
},
7368
jp: {
7469
label: "日本語",
7570
htmlLang: "jp",

docusaurus.config.zh.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,14 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "zh",
60-
locales: ["zh", "en", "jp", "ru"],
60+
locales: ["en", "jp", "ru"],
6161
path: "i18n",
6262
localeConfigs: {
6363
en: {
6464
label: "English",
6565
htmlLang: "en",
6666
path: "en",
6767
},
68-
ru: {
69-
label: "Русский",
70-
htmlLang: "ru",
71-
path: "ru",
72-
},
7368
jp: {
7469
label: "日本語",
7570
htmlLang: "jp",

0 commit comments

Comments
 (0)