mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
`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.