Versions in this module Expand all Collapse all v0 v0.0.2 Apr 4, 2021 v0.0.1 Aug 9, 2020 Changes in this version + type LocaleCatalog struct + Path string + Tag language.Tag + Translations map[string]*Translation + func NewLocaleCatalog(tag language.Tag) LocaleCatalog + type Translation struct + ID string + PluralID string + Plurals map[plural.Form]string + String string + func NewTranslation() *Translation + func (t *Translation) Get() string + func (t *Translation) GetPlural(form plural.Form) string + type TranslationStore interface + GetTranslations func(tag language.Tag) (LocaleCatalog, error) Other modules containing this package github.com/razor-1/localizer