feat: Add Traditional Chinese (zh-HK) i18n Support (#1988)

* feat:add translation for zh-hk

* fix formatting issues
This commit is contained in:
Rayyamhk
2025-06-27 02:25:02 -04:00
committed by GitHub
parent 6c52301a64
commit 76b8818a33
3 changed files with 244 additions and 0 deletions
+5
View File
@@ -49,6 +49,11 @@ export default defineNuxtConfig({
language: 'de-DE',
name: 'Deutsch',
},
{
code: 'zh-HK',
language: 'zh-HK',
name: '繁體中文(香港)',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',