cayco пишет:
Hi! I want to do polish translation for that file. I couldn' t find
anything to translate for that file in
conf/locale/en/LC_MESSAGES/django.po
What is the command to generato .po file for templatetags/*?
I tried:
/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django $ python
bin/make-messages.py -l pl to regenerate .ppo files for all project
but it didn't work complaining about
EnvironmentError: Environment variable DJANGO_SETTINGS_MODULE is
undefined.
You MUST set this variable.
Hint:
export DJANGO_SETTINGS_MODULE=project.settings
/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/bin/make-messages.py
-l pl
type this command into your app dir or into django dir.