Skip to content

Commit 3c4c4ae

Browse files
authored
fix: locals (#2108)
1 parent 2170803 commit 3c4c4ae

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: [lang],
55+
locales: ['en', 'zh'],
5656
localeConfigs: {
5757
en: {
5858
label: "English",

0 commit comments

Comments
 (0)