Skip to content

Commit 8e11ec0

Browse files
authored
feat: add Chinese translations (#858)
1 parent e993cc1 commit 8e11ec0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+7183
-1
lines changed

config/docusaurus/i18n.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { DEFAULT_LOCALE } = require("./consts");
33
/** @type {import('@docusaurus/types').DocusaurusConfig["i18n"]} */
44
const i18n = {
55
defaultLocale: DEFAULT_LOCALE,
6-
locales: ["ru", "en", "uz", "kr", "ja", "vi"],
6+
locales: ["ru", "en", "uz", "kr", "ja", "vi", "zh"],
77
localeConfigs: {
88
ru: {
99
label: "Русский",
@@ -20,6 +20,9 @@ const i18n = {
2020
ja: {
2121
label: "日本語",
2222
},
23+
zh: {
24+
label: "中文",
25+
},
2326
vi: {
2427
label: "Tiếng Việt",
2528
},

0 commit comments

Comments
 (0)