Packages
gettext
1.0.2
1.0.2
1.0.1
retired
1.0.0
0.26.2
0.26.1
0.26.0
retired
0.25.0
0.24.0
0.23.1
0.23.0
0.22.3
0.22.2
0.22.1
0.22.0
0.21.0
0.20.0
0.19.1
0.19.0
0.18.2
0.18.1
0.18.0
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.1
0.16.0
0.15.0
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
Internationalization and localization through gettext
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v1.0.2
* Only skip manifest removal on Elixir v1.19.3+
## v1.0.1 (retired)
* Remove unnecessary cleaning of Elixir manifests
## v1.0.0
This is the first 1.0 release of Gettext, a silly 10 years (and 6 months) after we started working on it. There are *very few changes* from the latest 0.26 release, and none of them are breaking.
Here are the new goodies:
* Add support for concatenating sigils if all parts are known at compile time (such as `"Hello " <> ~s(world)`).
* Significantly increase the timeout for `mix gettext.extract` to two minutes.
* Add `Gettext.put_locale!/2`.
Happy 10+ years of Elixir translations everyone! 🎉
## Previous versions
[See the CHANGELOG for versions before v1.0](https://github.com/elixir-gettext/gettext/blob/v1.0.0/CHANGELOG.md).