chore(i18n): add zh-Hant

This commit is contained in:
Junyan Qin
2025-07-28 15:11:41 +08:00
parent 0f585fd5ef
commit 2f209cd59f
5 changed files with 351 additions and 0 deletions
+4
View File
@@ -6,6 +6,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
import enUS from './locales/en-US';
import zhHans from './locales/zh-Hans';
import zhHant from './locales/zh-Hant';
import jaJP from './locales/ja-JP';
i18n
@@ -19,6 +20,9 @@ i18n
'zh-Hans': {
translation: zhHans,
},
'zh-Hant': {
translation: zhHant,
},
'ja-JP': {
translation: jaJP,
},