Skip to content

Commit acc15d8

Browse files
committed
Added Korean translation
1 parent af07d6b commit acc15d8

186 files changed

Lines changed: 11175 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ const config: Config = {
2424

2525
i18n: {
2626
defaultLocale: 'en',
27-
locales: ['en', 'es'],
27+
locales: ['en', 'es', 'ko'],
2828
localeConfigs: {
2929
en: { label: 'English', htmlLang: 'en-US' },
3030
es: { label: 'Español', htmlLang: 'es' },
31+
ko: { label: '한국어', htmlLang: 'ko' },
3132
},
3233
},
3334

@@ -38,7 +39,7 @@ const config: Config = {
3839
hashed: true,
3940
docsRouteBasePath: '/docs',
4041
indexBlog: false,
41-
language: ['en', 'es'],
42+
language: ['en', 'es', 'ko'],
4243
},
4344
],
4445
],

0 commit comments

Comments
 (0)