Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What multinlingual database support for Django 1.3?

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.

like image 973
Natim Avatar asked Sep 13 '11 12:09

Natim


2 Answers

Take a look a these ressource pages:

  • Django Packages Model translation
  • Django Packages Internationalization
  • Django Wiki Model Internationalization
like image 112
Etienne Avatar answered Nov 13 '22 18:11

Etienne


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.

like image 22
francois Avatar answered Nov 13 '22 17:11

francois