gettext v0.14.0 Release Notes
Release Date: 2017-12-10 // about 3 years ago-
- Introduce a global locale (per-process) for all Gettext backends
- Warn when compiling and raise at runtime for missing plural forms
- ๐ Separate flags with commas when dumping and parsing .pot files
- โ Add support for extracted comments via
gettext_comment/1
- โ Require Elixir v1.3 and fix warnings
- ๐ Improve compilation time of Gettext backends in roughtly 20%
- Add
:one_module_per_locale
for parallel compilation of backends (requires Elixir v1.6) - ๐ Use the
elixir-format
flag to mark autogenerated translations