Documentation ¶
Index ¶
- Constants
- type I18n
- func (p *I18n) All(l string) (map[string]string, error)
- func (p *I18n) E(lang, code string, args ...interface{}) error
- func (p *I18n) H(lang, code string, obj interface{}) (string, error)
- func (p *I18n) Languages() ([]string, error)
- func (p *I18n) Set(db orm.DB, lang, code, message string) error
- func (p *I18n) Sync(root string) error
- func (p *I18n) T(lang, code string, args ...interface{}) string
- type Model
Constants ¶
View Source
const (
// EXT file ext
EXT = ".ini"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.