How to translate django applications?
What are steps necessary to translate a django program into another language?
What good practices, gotchas, and common issues are there? Please feel free to add.
- What is internationalization?
- How to prepare working place for the translators?
- How to translate django.po files?
- How to compile translations?
Here are the detailed instructions at the Django project site.
Note: askbot has user interface for translations - using django-rosetta
application and you can test out your translations almost immediately (well, whithin 10 minutes or so - if things go well). Please help us translate!
Comments