Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocaleInfo ¶
type LocaleInfo struct {
Code string `json:"code"`
Name string `json:"name"`
Native string `json:"native"`
Current bool `json:"current"`
}
LocaleInfo 语言信息
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager 国际化管理器
func NewManager ¶
NewManager creates internationalization manager
func (*Manager) AddTranslation ¶
AddTranslation 添加翻译
Click to show internal directories.
Click to hide internal directories.