On 9/1/2010 7:15 PM, victorjabur wrote:
Hello,
I want to install my trac using the language portuguese-brazil (pt-
BR).
I follow this steps, but the trac isn't translated.
1) Download of http://ftp.edgewall.com/pub/trac/Trac-0.12.tar.gz
2) I extracted "tar -xzf Trac-0.12.tar.gz"
Ok.
3) I follow the "Using python tools" in this link:
http://trac.edgewall.org/wiki/TracL10N
3.1) python setup.py extract_messages
3.2) python setup.py update_catalog -l pt_BR
3.3) python setup.py compile_catalog -f -l pt_BR
This is only needed if you want to contribute to the translations or
modify the translations.
3.4) sudo python setup.py install
This is all what should have been necessary ... provided you installed
Babel *beforehand*.
To fix the problem, simply install Babel (e.g. "easy_install Babel")
then redo the above step 3.4).
-- Christian
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.