I am using django-modeltranslation to implement localization in my project.
I have a model attribute name which support localization. Previously two languages were enabled English and German and the sync_translation_fields command created name_en and name_de in database. But when I removed German and added French the command only creates name_fr and name_de still remains there.