feat: Add Traditional Chinese (zh-HK) i18n Support (#1988)
* feat:add translation for zh-hk * fix formatting issues
This commit is contained in:
@@ -2,6 +2,7 @@ import en from './locales/en.json';
|
||||
import uk from './locales/uk.json';
|
||||
import fr from './locales/fr.json';
|
||||
import de from './locales/de.json';
|
||||
import zhhk from './locales/zh-HK.json';
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
@@ -11,5 +12,6 @@ export default defineI18nConfig(() => ({
|
||||
uk,
|
||||
fr,
|
||||
de,
|
||||
'zh-HK': zhhk,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user