Versions in this module Expand all Collapse all v0 v0.9.3 Oct 24, 2024 v0.9.2 Oct 9, 2024 Changes in this version + var Module = fx.Module("lang", fx.Provide(New)) + type I18n struct + func New() (*I18n, error) + func (i *I18n) I18n(lang string) *i18n.Localizer + func (i *I18n) Langs() []string