- Issue created by @Supreetam09
Currently this module does not consider deletion of entity translation.
Example: you delete a node with english translation, it gets logged. But delete a translation of a node and don't delete the original english node, it doesn't get logged.
I understand that the current approach of this module does not support that, but with very little code change in the .module
file, we can actually achieve it.
Leverage hook_entity_translation_delete()
Active
1.0
Code