When I run
cd askbot
python ../manage.py jinja2_makemessages -l ru -e html,py,txt
as described at http://askbot.org/en/question/2480/how-to-translate-django-applications?answer=3360#answer-container-3360 , an empty ru/LC_MESSAGES catalog is being created in askbot/locale catalog.
And I'd wonder if any .po file would be created, because all askbot code resides in site-packages.
Vlad ( 2012-04-15 14:44:30 -0500 )edit


