Django model translation : store translations in database or use gettext ?
- by Pierre-Jean Coudert
I'm in a django website's I18N process.
I've selected two potentially good django-apps :
django-modeltranslation wich modifies the db schema to store translations
django-dbgettext wich inspect db content to create .po files and uses gettext
From your point of view, what are the pros and cons of those two techniques ?