Skip to content

Commit 504fc45

Browse files
[update] locales (minor fix)
1 parent 846ba70 commit 504fc45

File tree

2 files changed

+2050
-2251
lines changed

2 files changed

+2050
-2251
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ const config = {
139139
baseUrl: process.env.DOCUSAURUS_BASEURL || '/kanban/',
140140
i18n: {
141141
defaultLocale: 'en',
142-
locales: ['en', 'de', 'ru', 'cn', 'ko'],
142+
locales: ['en', 'de', 'ru', 'zh', 'ko'],
143143
localeConfigs: {
144-
cn: {
145-
htmlLang: 'zh-CN',
144+
zh: {
145+
htmlLang: 'zh-ZH',
146146
label: '中文'
147147
},
148148
}

0 commit comments

Comments
 (0)