Versions in this module Expand all Collapse all v2 v2.8.9 Feb 16, 2026 Changes in this version + var LocalizerBot *i18n.Localizer + var LocalizerWeb *i18n.Localizer + func I18n(i18nType I18nType, key string, params ...string) string + func InitLocalizer(i18nFS embed.FS, settingService SettingService) error + func LocalizerMiddleware() gin.HandlerFunc + type I18nType string + const Bot + const Web + type SettingService interface + GetTgLang func() (string, error)