I'm in a Django website's I18N process.
I've selected two potentially good django-apps :
- django-modeltranslation which modifies the db schema to store translations
- django-dbgettext which 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 ?