We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e95fa1 commit 2539925Copy full SHA for 2539925
docs/.vitepress/config/index.ts
@@ -9,6 +9,7 @@ export default defineConfig({
9
locales: {
10
root: { label: 'English', ...en },
11
zh: { label: '简体中文', ...zh },
12
- pt: { label: 'Português', ...pt }
+ pt: { label: 'Português', ...pt },
13
+ ko: { label: '한국어', lang: 'ko-KR', link: 'https://vitepress.vuejs.kr/' }
14
}
15
})
0 commit comments