Hi,
I have an application located in one folder, and templates for it in another one...
I have added translation strings to the templates (which are stored in temaplates directory, I have one directory for all templates in my application)
When I go to the application folder and run a script there:
silver:articles oleg$ django-admin.py makemessages -l ru
processing language ru silver:articles oleg$
I am getting empty silver:articles oleg$ ls locale/ru/LC_MESSAGES/ silver:articles oleg$ And when I am running this command for example in project root, I am getting po file full made from python files (which seems strange to me because I thought it should be created from htmls)