Store flags

This commit is contained in:
Michal Čihař 2012-02-28 13:32:01 +01:00
parent 22075cd636
commit 19d25982c6

View File

@ -235,7 +235,7 @@ class Unit(models.Model):
def update_from_unit(self, unit, force):
location = ', '.join(unit.getlocations())
flags = '' # FIXME
flags = ', '.join(unit.typecomments)
target = join_plural(unit.target.strings)
fuzzy = unit.isfuzzy()
translated = unit.istranslated()