Skip to content

Commit

Permalink
connect translated korean docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
niceplugin committed Feb 27, 2023
1 parent ab5be89 commit f79ede6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default defineConfig({
locales: {
root: { label: 'English', lang: 'en-US', link: '/', ...enConfig },
zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
ko: { label: '한국어', lang: 'ko-KR', link: 'https://router.vuejs.kr/' },
},
})

0 comments on commit f79ede6

Please sign in to comment.