Versions in this module Expand all Collapse all v1 v1.7.0 Jan 5, 2026 v1.6.0 Dec 29, 2025 v1.5.0 Dec 26, 2025 Changes in this version + type Translations struct + func NewTranslations(defaultLang string, localesPath string) (*Translations, error) + func (t *Translations) GetMessage(messageID string, count int, templateData interface{}) string + func (t *Translations) SetLanguage(lang string) error