gettext v0.19.0 Release Notes

    • Remove the :one_module_per_locale option in favor of :split_module_by and :split_module_compilation
    • Make Gettext.dngettext/6 bindings argument optional (effectively introducing Gettext.dngettext/5)
    • Preserve the fuzzy message flag when merging
    • Add the --check-unextracted flag to mix gettext.extract, which is useful in CI and similar
    • Place each message reference on its own line in extracted PO files
    • Make the interpolation module customizable via the :interpolation configuration option
    • Use a different flag to detect autogenerated messages (ex-autogen)
    • Update gettext.extract to correctly extract on recompilation for Elixir 1.13+