Arguably, editing the TranslatedContent objects through the admin interface is not very user-friendly at the moment. It would be nice to display these kinds of objects just as a row of fields and an associated language, without reflecting the ForeignKey relationship visually.
I was thinking of a solution that closely parallels the visuals of django-modeltranslation, with the exception that we have a + icon to add languages, instead of preset languages.
Arguably, editing the
TranslatedContent
objects through the admin interface is not very user-friendly at the moment. It would be nice to display these kinds of objects just as a row of fields and an associated language, without reflecting the ForeignKey relationship visually.