Skip to content

Commit 2170803

Browse files
authored
fix: language (#2107)
* feat: replaced Babel to SWC * fix: language
1 parent bb7fe12 commit 2170803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config: Config = {
5252
// may want to replace "en" with "zh-Hans".
5353
i18n: {
5454
defaultLocale: lang,
55-
locales: ['en', 'zh'],
55+
locales: [lang],
5656
localeConfigs: {
5757
en: {
5858
label: "English",

0 commit comments

Comments
 (0)