mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
use i18n resource item to replace ambiguous configuration item
This commit is contained in:
@@ -6,12 +6,18 @@ import (
|
||||
|
||||
// LocaleTextItems represents all text items need to be translated
|
||||
type LocaleTextItems struct {
|
||||
GlobalTextItems *GlobalTextItems
|
||||
DefaultTypes *DefaultTypes
|
||||
DataConverterTextItems *DataConverterTextItems
|
||||
VerifyEmailTextItems *VerifyEmailTextItems
|
||||
ForgetPasswordMailTextItems *ForgetPasswordMailTextItems
|
||||
}
|
||||
|
||||
// GlobalTextItems represents global text items need to be translated
|
||||
type GlobalTextItems struct {
|
||||
AppName string
|
||||
}
|
||||
|
||||
// DefaultTypes represents default types for the language
|
||||
type DefaultTypes struct {
|
||||
DecimalSeparator core.DecimalSeparator
|
||||
|
||||
Reference in New Issue
Block a user