Documentation ¶
Index ¶
- func AllHandler(e echo.Context) error
- func ExportI18n(e echo.Context) error
- func FindHandler(e echo.Context) error
- func FormBuilderI18nSearchHandler(e echo.Context) error
- func IndexHandler(e echo.Context) error
- func LangSwitchHandler(e echo.Context) error
- func MetaHandler(e echo.Context) error
- func SetFallbackHandler(e echo.Context) error
- func TranslateHandler(e echo.Context) error
- func UpdateHandler(e echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindHandler ¶
func FindHandler(e echo.Context) error
Search the key of a given key or a given translation
func FormBuilderI18nSearchHandler ¶
func FormBuilderI18nSearchHandler(e echo.Context) error
Returns a list of matching i18n keys for a given form field
func MetaHandler ¶
func MetaHandler(e echo.Context) error
Returns a json containing i18n metadata { "langListSize", "langList", "activeLangs", "langFallback", "fallbackTranslations", }
func SetFallbackHandler ¶
func SetFallbackHandler(e echo.Context) error
Set the language fallback @param lang => string
func TranslateHandler ¶
func TranslateHandler(e echo.Context) error
Translate a given set of language keys
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.