Commit 31c946b0 authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents 5c295a3d 1370191b
......@@ -586,6 +586,8 @@ class Unit(models.Model):
)
def check(self):
if self.fuzzy:
return
src = self.get_source_plurals()
tgt = self.get_target_plurals()
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