diff --git a/trans/models.py b/trans/models.py index b3e7cdbe7..c193a8d8d 100644 --- a/trans/models.py +++ b/trans/models.py @@ -242,6 +242,7 @@ class Translation(models.Model): store = self.get_store() src = unit.get_source_plurals()[0] pounits = store.findunits(src) + need_save = False for pounit in pounits: if pounit.getcontext() == unit.context: if unit.target != join_plural(pounit.target.strings):