Commit 540fe953 authored by Michal Čihař's avatar Michal Čihař

One way to get translated status

parent a4429056
......@@ -1996,7 +1996,7 @@ class Unit(models.Model):
return
# Update translated flag
self.translated = pounit.istranslated()
self.translated = is_translated(pounit)
# Update comments as they might have been changed (eg, fuzzy flag removed)
if hasattr(pounit, 'typecomments'):
......
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