]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(ko): add ko-KR translation (#1941)
authorNiceplugin <niceplugin@gmail.com>
Thu, 17 Aug 2023 08:43:48 +0000 (17:43 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2023 08:43:48 +0000 (10:43 +0200)
packages/docs/.vitepress/config/index.ts

index 0feb87abfee2083360d0b38eb38c01722b1c28b3..4ea49f7a162fb52d1a9b3bdb53e0170c3263d67e 100644 (file)
@@ -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/' },
   },
 })