Skip to content

Commit 2539925

Browse files
authored
docs: link to community-maintained Korean translation site (#3730)
1 parent 3e95fa1 commit 2539925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
locales: {
1010
root: { label: 'English', ...en },
1111
zh: { label: '简体中文', ...zh },
12-
pt: { label: 'Português', ...pt }
12+
pt: { label: 'Português', ...pt },
13+
ko: { label: '한국어', lang: 'ko-KR', link: 'https://vitepress.vuejs.kr/' }
1314
}
1415
})

0 commit comments

Comments
 (0)