Skip to content

Commit ebd41cc

Browse files
authored
Merge pull request #3483 from Blargian/remove_russian_translations
remove russian translation links from En, Jp and Zh
2 parents 02833ab + e2c2bf4 commit ebd41cc

File tree

5 files changed

+6
-21
lines changed

5 files changed

+6
-21
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", "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",

i18n/jp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Russian docs
1+
# Japanese docs
22

33
Modify this date to initiate rebuild:
44

5-
`Tue 11 Mar 2025 10:02:12 GMT`
5+
`Tue 11 Mar 2025 19:34:00 GMT`

i18n/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Modify this date to initiate rebuild:
44

5-
`Tue 11 Mar 2025 10:02:12 GMT`
5+
`Tue 11 Mar 2025 19:34:00 GMT`

0 commit comments

Comments
 (0)