Skip to content

Commit 7149119

Browse files
authored
feat: translate get-started folder index, overview to Korean (feature-sliced#715)
1 parent de323c4 commit 7149119

File tree

5 files changed

+578
-1
lines changed

5 files changed

+578
-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"],
6+
locales: ["ru", "en", "uz", "kr"],
77
localeConfigs: {
88
ru: {
99
label: "Русский",
@@ -14,6 +14,9 @@ const i18n = {
1414
uz: {
1515
label: "O'zbekcha",
1616
},
17+
kr: {
18+
label: "한국어",
19+
},
1720
},
1821
};
1922

0 commit comments

Comments
 (0)