Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
func NewTranslator ¶
func NewTranslator() *Translator
func (*Translator) GetAllLang ¶
func (t *Translator) GetAllLang() []string
func (*Translator) PlayTTS ¶
func (t *Translator) PlayTTS(lang, message string) error
func (*Translator) Translate ¶
func (t *Translator) Translate(message string) (translation *core.Translation, err error)
Click to show internal directories.
Click to hide internal directories.