mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
format code
This commit is contained in:
@@ -10,6 +10,9 @@ var DefaultLanguage = en
|
||||
// AllLanguages represents all the supported language
|
||||
// To add new languages, please refer to https://ezbookkeeping.mayswind.net/translating
|
||||
var AllLanguages = map[string]*LocaleInfo{
|
||||
"de": {
|
||||
Content: de,
|
||||
},
|
||||
"en": {
|
||||
Content: en,
|
||||
},
|
||||
@@ -25,9 +28,6 @@ var AllLanguages = map[string]*LocaleInfo{
|
||||
"zh-Hans": {
|
||||
Content: zhHans,
|
||||
},
|
||||
"de": {
|
||||
Content: de,
|
||||
}
|
||||
}
|
||||
|
||||
func GetLocaleTextItems(locale string) *LocaleTextItems {
|
||||
|
||||
Reference in New Issue
Block a user