Re: multilingual django

2011-04-04 Thread Andre Terra
You'll need to run something like ./manage.py makemessages -l pt_BR This would be the command for generating Brazilian Portuguese language files. -l is the same as --locale=pt_BR. Please refer to the docs for some specifics. These two sections should be the most relevant for you right now: http

multilingual django

2011-04-04 Thread jay K.
Hello, Currently I have 2 folders, one for german and english language translations, respectively The translations are inside a django.po file for each language. I want to add a new language How can I do it? thanks -- You received this message because you are subscribed to the Google Groups