add Chinese (Traditional) language

This commit is contained in:
MaysWind
2025-04-20 15:55:23 +08:00
parent 13c4ad10c5
commit f175644843
14 changed files with 2118 additions and 15 deletions
+3
View File
@@ -34,6 +34,9 @@ var AllLanguages = map[string]*LocaleInfo{
"zh-Hans": {
Content: zhHans,
},
"zh-Hant": {
Content: zhHant,
},
}
func GetLocaleTextItems(locale string) *LocaleTextItems {