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}