What multinlingual database support for Django 1.3?

半腔热情 提交于 2019-12-04 11:00:41

问题


I am using Django for quite a while but each time I ask myself the same question again and again.

Which multilingual database backend should I use ?

I used django-multilingual on Django 1.1, django-multilingual-ng on Django 1.2

I add a look at django-nani for Django 1.3 but there quite few problems :

  • No ModelAdmin API support :
  • I cannot modify the TranslatedFields on the save() method since the object is created by a post_signal after.

I which some people overthere could help me find a way to handle multilingual websites.

I like the way multilingual, multilingual-ng and nani handle languages in the admin with tabs.


回答1:


one solution is to use this projet that is made by the creator of django-multilingual-ng ( django-hvad )
but the probleme is that it's in alpha state.




回答2:


Take a look a these ressource pages:

  • Django Packages Model translation
  • Django Packages Internationalization
  • Django Wiki Model Internationalization



回答3:


Have a look at django-transmeta

http://code.google.com/p/django-transmeta/



来源:https://stackoverflow.com/questions/7401573/what-multinlingual-database-support-for-django-1-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!