Documentation ¶
Index ¶
Constants ¶
View Source
const TranslatorContextKey = "translator"
Variables ¶
This section is empty.
Functions ¶
func SetTranslatorMiddleware ¶
func SetTranslatorMiddleware() func(echo.HandlerFunc) echo.HandlerFunc
func TranslateContent ¶
func TranslateContent(locale string, cs problems.Contents) problems.LocalizedData
Types ¶
type Translator ¶
func Get ¶
func Get(id string) (Translator, bool)
func (Translator) Translate ¶
func (t Translator) Translate(key message.Reference, args ...interface{}) string
func (Translator) TranslateContent ¶
func (t Translator) TranslateContent(cs problems.Contents) problems.LocalizedData
Click to show internal directories.
Click to hide internal directories.