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),
    ('templates/**.xhtml', 'kajiki', None),
    ('templates/**.jinja', 'jinja2', None),
    ('public/**', 'ignore', None)
]},


Does anyone has any idea?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to turbogears-trunk+unsubscr...@googlegroups.com.
To post to this group, send email to turbogears-trunk@googlegroups.com.
Visit this group at https://groups.google.com/group/turbogears-trunk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to