Store fuzzy count as well
This commit is contained in:
parent
6efb5905f7
commit
04ece7a855
@ -19,5 +19,6 @@ class Translation(models.Model):
|
||||
subproject = models.ForeignKey(SubProject)
|
||||
language = models.ForeignKey(Language)
|
||||
translated = models.FloatField()
|
||||
fuzzy = models.FloatField()
|
||||
revision = models.CharField(max_length = 40)
|
||||
filename = models.CharField(max_length = 200)
|
||||
|
Loading…
Reference in New Issue
Block a user