mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add Chinese (Traditional) language
This commit is contained in:
@@ -34,6 +34,9 @@ var AllLanguages = map[string]*LocaleInfo{
|
||||
"zh-Hans": {
|
||||
Content: zhHans,
|
||||
},
|
||||
"zh-Hant": {
|
||||
Content: zhHant,
|
||||
},
|
||||
}
|
||||
|
||||
func GetLocaleTextItems(locale string) *LocaleTextItems {
|
||||
|
||||
Reference in New Issue
Block a user