Changelog
View SourceUnreleased
Fixed
mix gettext.pseudolocalize(without arguments) no longer crashes withGettext.Plural.UnknownLocaleErrorongettext ~> 1.0. The task now temporarily registersGettextPseudolocalize.Pluralwhile runninggettext.mergeso the unknownxxlocale resolves tonplurals=2, and restores the previous:gettext, :plural_formsconfiguration afterwards.
Documentation
- README now explains how to configure
GettextPseudolocalize.Pluralas the permanent pluralizer when the host app's Gettext backend compiles againstpriv/gettext/xx/.
v0.2.0 (2026-05-11)
Changed
- Bumped
gettextdependency to~> 1.0(previously~> 0.26).
v0.1.1
- Handle invalid interpolations.
- Optimizations and more tests.
v0.1.0
- Initial release.