babel extraction can now properly extract newstyle gettext calls.
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 Jul 2010 10:15:39 +0000 (12:15 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 Jul 2010 10:15:39 +0000 (12:15 +0200)
commit4f77a305df3340ec74126b1d00d082bee4fc7179
tree0f28a42a9bd06643c7088cfaef47f8bd8c106ac1
parent5a8d49689a0cb5b517d784303cad4cc63cb6d927
babel extraction can now properly extract newstyle gettext calls.
using the variable `num` in newstyle gettext for something else
than the pluralize count will no longer raise a :exc:`KeyError`.

--HG--
branch : trunk
CHANGES
jinja2/ext.py
jinja2/testsuite/ext.py
setup.py