Commit 1370191b authored by Michal Čihař's avatar Michal Čihař

No checks on fuzzy translation

parent 2877cee2
...@@ -586,6 +586,8 @@ class Unit(models.Model): ...@@ -586,6 +586,8 @@ class Unit(models.Model):
) )
def check(self): def check(self):
if self.fuzzy:
return
src = self.get_source_plurals() src = self.get_source_plurals()
tgt = self.get_target_plurals() tgt = self.get_target_plurals()
failing = [] failing = []
......
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