Include link to all strings
This commit is contained in:
parent
51378cf32d
commit
b080e34eb3
@ -342,7 +342,7 @@ class Translation(models.Model):
|
|||||||
'''
|
'''
|
||||||
Returns list of failing checks on current translation.
|
Returns list of failing checks on current translation.
|
||||||
'''
|
'''
|
||||||
result = []
|
result = [('all', _('All strings'))]
|
||||||
nottranslated = self.unit_set.filter_type('untranslated').count()
|
nottranslated = self.unit_set.filter_type('untranslated').count()
|
||||||
fuzzy = self.unit_set.filter_type('fuzzy').count()
|
fuzzy = self.unit_set.filter_type('fuzzy').count()
|
||||||
suggestions = self.unit_set.filter_type('suggestions').count()
|
suggestions = self.unit_set.filter_type('suggestions').count()
|
||||||
|
Loading…
Reference in New Issue
Block a user