Versions in this module Expand all Collapse all v0 v0.0.1 Jun 29, 2021 Changes in this version + type LangTmpl struct + Bundle *i18n.Bundle + func (i18nTmpl *LangTmpl) GetI18nFuncMap(templateData map[string]interface{}) template.FuncMap + func (i18nTmpl *LangTmpl) MustCompile(lang string, expr string, templateData map[string]interface{}) + func (i18nTmpl *LangTmpl) MustRender(wr io.Writer, ctx context) + func (i18nTmpl *LangTmpl) Render(wr io.Writer, ctx context) error + type MessageID = string