From 11a07afc7e6d1b34aa378c468988c4a8f6b592a0 Mon Sep 17 00:00:00 2001 From: DY_XiaoDong Date: Tue, 21 May 2024 16:08:49 +0800 Subject: [PATCH] docs: add zh-hk to language list (#2876) Co-authored-by: Jinjiang --- .vitepress/config.ts | 5 +++++ src/translations/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 13bc24f5d..e1af1c1b4 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -693,6 +693,11 @@ export default defineConfigWithTheme({ text: 'Čeština', repo: 'https://github.com/vuejs-translations/docs-cs' }, + { + link: 'https://zh-hk.vuejs.org', + text: '繁體中文', + repo: 'https://github.com/vuejs-translations/docs-zh-hk' + }, { link: '/translations/', text: 'Help Us Translate!', diff --git a/src/translations/index.md b/src/translations/index.md index a4031d424..cd7b15f75 100644 --- a/src/translations/index.md +++ b/src/translations/index.md @@ -18,6 +18,7 @@ aside: false - [فارسی / Persian](https://fa.vuejs.org) [[source](https://github.com/vuejs-translations/docs-fa)] - [Русский / Russian](https://ru.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-ru)] - [Čeština / Czech](https://cs.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-cs)] +- [繁體中文 / Traditional Chinese](https://zh-hk.vuejs.org/) [[source](https://github.com/vuejs-translations/docs-zh-hk)] ## Work in Progress Languages {#work-in-progress-languages}