Skip to content

Commit 0a41f4c

Browse files
committed
feat: add ko locale
1 parent 743be94 commit 0a41f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config: Config = {
2424
themes: ['@docusaurus/theme-mermaid'],
2525
i18n: {
2626
defaultLocale: 'en',
27-
locales: ['en', 'de', 'es', 'fr', 'ja', 'pt', 'ru', 'zh'],
27+
locales: ['en', 'de', 'es', 'fr', 'ja', 'ko', 'pt', 'ru', 'zh'],
2828
path: 'i18n',
2929
localeConfigs: {},
3030
},

0 commit comments

Comments
 (0)