gettext v0.20.0 Release Notes

    • Allow gettext_comment to be invoked multiple times
    • Dump flags after references in PO files
    • Deprecate compile.gettext in favor of __mix_recompile__?

    Backwards incompatible changes

    • handle_missing_translation(locale, domain, msgid, bindings) callback signature was changed to handle_missing_translation(locale, domain, msgctxt, msgid, bindings) (it receives a new argument called msgctxt)

    • handle_missing_plural_translation(locale, domain, msgid, msgid_plural, n, bindings) callback signature was changed to handle_missing_plural_translation(locale, domain, msgctxt, msgid, msgid_plural, n, bindings) (it receives a new argument called msgctxt)