[tg-trunk] extract_messages for *.jinja does not work at all.

2016-10-13 Thread Mingcai SHEN
I'm using TG2.3.9 with Jinja2 templates, and when I run "setup.py extract_messages", it does not extract any strings from jinja files inside {% trans %} block or {{ gettext('') }} etc... the setup.py was configure as : message_extractors={'fortress': [ ('**.py', 'python', None), ('templ

Re: [tg-trunk] extract_messages for *.jinja does not work at all.

2016-10-13 Thread Christoph Zwerschke
Am 13.10.2016 um 15:14 schrieb Mingcai SHEN: I'm using TG2.3.9 with Jinja2 templates, and when I run "setup.py extract_messages", it does not extract any strings from jinja files inside {% trans %} block or {{ gettext('') }} etc... This should work. Are you sure your templates have the extensio