On Thu, 2009-11-12 at 00:05 -0600, Wayne Werner wrote:
>
>
> On Wed, Nov 11, 2009 at 10:10 PM, andré palma <[email protected]>
> wrote:
> Hi all!
> I'm developing a django web application but i'm having a
> trouble with
> the internationalization.
>
>
> I don't know much about Django, and I suspect that's more the norm
> here - you may have better luck on the Django users list:
>
>
> http://groups.google.com/group/django-users?pli=1
>
> HTH,
> Wayne
Tanks a lot for your help. But after a try a few many times i finally
figured out where the problem was coming from.
I don't know exactly why but it seems that you really have to use your
manage.py file to create those translation files.
I was using "django-admin makemessages -l <language>" command in my
project folder( like it is on django-book ) and i couldn't get the
translations working. So i did solved this issue by using the following
on my project folder.
::: python manage.py makemessages -l <language>
It worked for me and i found that it might be useful for someone in the
same situation.
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor