Skip to content

Commit

Permalink
feat: add ko locale
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkoala committed Aug 10, 2024
1 parent 743be94 commit 0a41f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config: Config = {
themes: ['@docusaurus/theme-mermaid'],
i18n: {
defaultLocale: 'en',
locales: ['en', 'de', 'es', 'fr', 'ja', 'pt', 'ru', 'zh'],
locales: ['en', 'de', 'es', 'fr', 'ja', 'ko', 'pt', 'ru', 'zh'],
path: 'i18n',
localeConfigs: {},
},
Expand Down

0 comments on commit 0a41f4c

Please sign in to comment.