Re: Django translations doesn't work !!!

2010-05-09 Thread leveille
On May 9, 4:35 am, nameless wrote: > I have: > >     * created translation strings in the template and in the > application view. >     * run this command: django-admin.py makemessages -l it and the > file it/LC_MESSAGES/django.po has been created >     * translated strings in the django.po file.

Django translations doesn't work !!!

2010-05-09 Thread nameless
I have: * created translation strings in the template and in the application view. * run this command: django-admin.py makemessages -l it and the file it/LC_MESSAGES/django.po has been created * translated strings in the django.po file. * run this command: django-admin.py compile