Skip to content

Commit f390432

Browse files
authored
Update docusaurus.config.en.js
1 parent a87b65e commit f390432

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.en.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,14 @@ const config = {
5757
trailingSlash: false,
5858
i18n: {
5959
defaultLocale: "en",
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",

0 commit comments

Comments
 (0)