From 43a8388f2612bbf92b31e652c0f4b85197384908 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sun, 23 Jul 2023 23:40:43 +0800 Subject: [PATCH] add translation link to ko.vuejs.org --- .vitepress/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index a97b6f7139..b1c3736065 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -636,6 +636,11 @@ export default defineConfigWithTheme({ text: 'Français', repo: 'https://github.com/vuejs-translations/docs-fr' }, + { + link: 'https://ko.vuejs.org', + text: '한국어', + repo: 'https://github.com/vuejs-translations/docs-ko' + }, { link: '/translations/', text: 'Help Us Translate!',