Re: [Tutor] django python Version 1.1.1 - Internacionalization

2009-11-12 Thread andré palma
On Thu, 2009-11-12 at 00:05 -0600, Wayne Werner wrote: > > > On Wed, Nov 11, 2009 at 10:10 PM, andré palma > 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 D

Re: [Tutor] django python Version 1.1.1 - Internacionalization

2009-11-11 Thread Wayne Werner
On Wed, Nov 11, 2009 at 10:10 PM, andré palma 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:/

[Tutor] django-python Version 1.1.1 - Internacionalization

2009-11-11 Thread andré palma
Hi all! I'm developing a django web application but i'm having a trouble with the internationalization. The problem is that translation somehow doesn't work. i followed these steps: - on my project folder (./translation ) i run the command: "django-admin makemessages -l en-US" and

[Tutor] django python Version 1.1.1 - Internacionalization

2009-11-11 Thread andré palma
Hi all! I'm developing a django web application but i'm having a trouble with the internationalization. The problem is that translation somehow doesn't work. i followed these steps: - on my project folder (./translation ) i run the command: "django-admin makemessages -l en-US" and