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

We should only look for translated units here

parent 0e3930fe
......@@ -883,7 +883,7 @@ class Unit(models.Model):
translation__language=self.translation.language,
translation__subproject__project=project,
checksum=self.checksum,
fuzzy=False,
translated=True,
).exclude(
id=self.id
)
......
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