Skip to content

Commit 39ae25c

Browse files
Enable Korean
1 parent 87ce103 commit 39ae25c

File tree

4 files changed

+683
-4
lines changed

4 files changed

+683
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export default defineConfig({
1616
head: [['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }]],
1717
locales: {
1818
root: i18n.en_US,
19-
hu_HU: i18n.hu_HU
19+
hu_HU: i18n.hu_HU,
20+
ko_KR: i18n.ko_KR
2021
},
2122
sitemap: {
2223
hostname: 'https://wii.hacks.guide'
@@ -94,7 +95,6 @@ export default defineConfig({
9495
'he_IL/**',
9596
'it_IT/**',
9697
'ja_JP/**',
97-
'ko_KR/**',
9898
'nl_NL/**',
9999
'no_NO/**',
100100
'pl_PL/**',

docs/.vitepress/i18n/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import en_US from './en_US'
22
import hu_HU from './hu_HU'
3+
import ko_KR from './ko_KR'
34

4-
export { en_US, hu_HU }
5+
export { en_US, hu_HU, ko_KR }

0 commit comments

Comments
 (0)