feat(i18n): Add Traditional Chinese (Taiwan, zh-TW) support (#2285)

This commit is contained in:
Chiahong
2025-11-17 14:53:03 +08:00
committed by GitHub
parent edc3c5af57
commit 10a140d188
3 changed files with 284 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ import it from './locales/it.json';
import ru from './locales/ru.json';
import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
import zhtw from './locales/zh-TW.json';
import ko from './locales/ko.json';
import es from './locales/es.json';
import ptbr from './locales/pt-BR.json';
@@ -27,6 +28,7 @@ export default defineI18nConfig(() => ({
ru,
'zh-HK': zhhk,
'zh-CN': zhcn,
'zh-TW': zhtw,
ko,
es,
'pt-BR': ptbr,