Skip to content

Localize version 0.38.0

Choose a tag to compare

@kipcole9 kipcole9 released this 23 May 00:36
· 16 commits to main since this release

[0.38.0] — May 23rd, 2026

Enhancements

  • Localize.Locale.expand_locale_list/2 (and therefore the :supported_locales configuration) now accepts a Gettext backend module like MyApp.Gettext as an entry; it expands to Gettext.known_locales/1 with each returned string re-resolved through the existing POSIX-normalisation and likely-subtag canonicalisation path. The check uses Code.ensure_compiled/1 so the entry is safe to place in either config.exs or runtime.exs.