mirror of https://github.com/zulip/zulip.git
0ab6b99cbb
`makemessages` escapes the `%` sign in `.po` files, but Jinja2 does not unescape it while replacing the tranlation strings. In Jinja2, there is an updated implementation of gettext available called new-style gettext which handles escaping better; this commit switches to using that. Fixes #906. |
||
---|---|---|
.. | ||
__init__.py | ||
backends.py | ||
compressors.py |