Hi.
Does any of you have had problems using django-admin.py
compilemessages?
I trying to change the language in a project from Spanish to English.
I have follow all the django steps.
1-Translating strings--------> {% trans 'string' %}
2- Traslating some forms-------> name= forms.CharField(label=_
('Name'))
3- Configuring the i18n in settings.
4- Modified de MIDDLEWARE_CLASSES------>
django.middleware.locale.LocaleMiddleware
5-Modified the url.py-------->(r'^i18n/', include
('django.conf.urls.i18n'))

I was able to run-----> python manage.py makemessages -l en
and created the file django.po
But my problem is that when I run django-admin.py compilemessages
doesn't create the file django.mo
I changed the properties of the directories and file, but I did not
succeed.
I running the development server on an ubuntu system.
Would you have any suggestions why this file is not created?
Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to