gettext v0.8.0 Release Notes

    • Fix a bug with the *gettext macros, which raised an error when given compile-time strings in the form of ~s/~S sigils.
    • Create missing locale directories (for example, en/LC_MESSAGES) when running the gettext.merge Mix task.
    • Fallback to default messages (that is, the msgid) when the msgstr (or one or more msgstr strings for plural messages) is empty.