Delete / Reset Translation for Products / Categories etc
If you use language inheritance (for example Italian and Swiss-Italian as inherited language) you can select both languages in the administration.
In order to use the inheritance you have to enter the Italian Translation first. It will inherit to Swiss-Italian.
If you ever (accidentally) save a translation for Swiss-Italian there is no way to revert to language inheritance for the record you saved. If you ever need to update the record you will always have to save it in Italian and in Swiss-Italian.
There should be a way to delete the translation and reactivate the inheritance
Not enough interest
We’re closing this idea because it has not received significant interest or activity over the past 24 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
One simple way to implement this would be to have an option in a block's dropdown menu to "Delete current translation" & "Delete all translations" and enabling this for all elements in bulk.
That could fire an SQL query which simply NULLs cms_slot_translation.config for that block's id (or all of it, respectively).