Pylons / pyramid_jinja2

Jinja2 templating system bindings for the Pyramid web framework
https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/
Other
71 stars 58 forks source link

Support for new jinja2 version of gettext #108

Open AnderUstarroz opened 9 years ago

AnderUstarroz commented 9 years ago

Hi, I've realized that the i18n.py functions are out of date. The gettext functions in the jinja2 documentation allow variable mapping with different/shorter syntax.

domenkozar commented 9 years ago

Yeah I saw that too - didn't have time to implement it during #pycon sprints