Commit c5892f62 authored by Michal Čihař's avatar Michal Čihař

Initialize variable

parent 9becb305
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment