Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ERR_LANG_CODE_NOT_EXIST = errors.New("Language code does not exist")
View Source
var ERR_SERVER_DENY = errors.New("Server deny")
Functions ¶
Types ¶
type Translater ¶
type Translater struct {
// contains filtered or unexported fields
}
func NewTranslater ¶
func NewTranslater() *Translater
func (*Translater) To ¶
func (t *Translater) To(tl string) *Translater
func (*Translater) Vector ¶
func (t *Translater) Vector(sl string, tl string) *Translater
Click to show internal directories.
Click to hide internal directories.