Store flags
This commit is contained in:
parent
22075cd636
commit
19d25982c6
@ -235,7 +235,7 @@ class Unit(models.Model):
|
|||||||
|
|
||||||
def update_from_unit(self, unit, force):
|
def update_from_unit(self, unit, force):
|
||||||
location = ', '.join(unit.getlocations())
|
location = ', '.join(unit.getlocations())
|
||||||
flags = '' # FIXME
|
flags = ', '.join(unit.typecomments)
|
||||||
target = join_plural(unit.target.strings)
|
target = join_plural(unit.target.strings)
|
||||||
fuzzy = unit.isfuzzy()
|
fuzzy = unit.isfuzzy()
|
||||||
translated = unit.istranslated()
|
translated = unit.istranslated()
|
||||||
|
Loading…
Reference in New Issue
Block a user