Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultLanguage ¶
func GetDefaultLanguage() string
Types ¶
type ActionTranslation ¶
type ActionTranslation struct {
// contains filtered or unexported fields
}
func (*ActionTranslation) GetTranslation ¶
func (self *ActionTranslation) GetTranslation(codeName string) string
func (*ActionTranslation) SetTranslation ¶
func (self *ActionTranslation) SetTranslation(codeName string, msg string)
type LangTranslation ¶
type LangTranslation struct {
// contains filtered or unexported fields
}
func (*LangTranslation) GetActionTranslation ¶
func (self *LangTranslation) GetActionTranslation(actionName string) *ActionTranslation
type MainTranslation ¶
type MainTranslation struct {
// contains filtered or unexported fields
}
func GetMainTranslation ¶
func GetMainTranslation() *MainTranslation
func (*MainTranslation) GetLangTranslation ¶
func (self *MainTranslation) GetLangTranslation(lang string) *LangTranslation
Click to show internal directories.
Click to hide internal directories.