Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) DeleteTranslation ¶
func (backend *Backend) DeleteTranslation(t *i18n.Translation) error
func (*Backend) LoadTranslations ¶
func (backend *Backend) LoadTranslations() (translations []*i18n.Translation)
func (*Backend) SaveTranslation ¶
func (backend *Backend) SaveTranslation(t *i18n.Translation) error
Click to show internal directories.
Click to hide internal directories.