Revision history [back]
I use jinja2_makemessages
to generate translation pairs and get po files updated. So instead of makemessages
I run
python manage.py jinja2_makemessages --no-wrap -l <language> -e html,py,txt
where in <language>
you put en
,ro
, or whatever language you use. Check this post for more instructions and this one for a work around you may need.