zulip/zproject/jinja2
Umair Khan 0ab6b99cbb Fix backend i18n bug.
`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.
2016-06-06 09:34:51 -07:00
..
__init__.py Fix backend i18n bug. 2016-06-06 09:34:51 -07:00
backends.py Send 'template_rendered' signal from Jinja2. 2016-05-31 14:31:13 +05:00
compressors.py Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00