Changes between Version 3 and Version 4 of ModelInterNationalization
- Timestamp:
- Feb 18, 2011, 7:28:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelInterNationalization
v3 v4 210 210 * language is saved as integer, which doesn't work for multiple site projects where language ids in setting can differ 211 211 * [http://code.google.com/p/django-multilingual-model/ django-multilingual-model] 212 * [http://github.com/foxbunny/django-i18n-model/ django-i18n-model]213 212 214 213 * object per language, the association between objects is provided by a goup-id (an update of the not internationalized fields would overwrite this fields in all other language objects) 215 214 * [http://blog.rafaljonca.org/2009/03/third-style-of-django-multilingual-data.html a code example] 216 215 * normal model with one language, additional table with all i18n fields in other languages 217 * [http ://code.google.com/p/django-pluggable-model-i18n/ django-pluggable-model-i18n] (status: experimental)216 * [https://github.com/gonz/django-model-i18n django-model-i18n] (status: experimental) 218 217 * [http://github.com/ojii/django-multilingual-ng] 219 218