Cldr Messages version 0.13.0
Bug Fixes
-
Don't add
:gettexttoMix.compilers/0because it gets inherited into client applications and we wantGettextto remain optional. Thanks to @trarbr for the report. -
Fix typos. Thanks as always to @kianmeng
Enhancements
- Add an Elixir formatter plugin for
sigil_M. For example in your.formatter.exsfile:
[
inputs: ["mix.exs", "{config,lib,test,mix}/**/*.{ex,exs}"],
locals_without_parens: [docp: 1, defparsec: 2, defparsec: 3],
plugins: [Cldr.Formatter.Plugin]
]