Featured Django Project: i18ndynamic
I am a huge fan of django. And after their recent unicode improvements, they have become really good option of i18n enabled sites, or sites that are available in multiple languages. So now the interface can be in more than one language, django will select the default website language based on browser settings, and allows user to select their language preferences if they want. Only missing piece was translating data. While django's translation utilities support translating data in database, but something was missing, the capability to for example, store description of a book, for example, in different languages. i18ndynamic is exactly what was needed.
Labels: Python Programming Django
If you find this post useful, please conside buying me a pizza!


1 Comment
-
<< HomeYou may also want to check out django-multilingual (http://code.google.com/p/django-multi...). I think it is better integrated, and so far it is working fine for me.
By Emanuele, at Friday, July 13, 2007