Commit 04ece7a8 authored by Michal Čihař's avatar Michal Čihař

Store fuzzy count as well

parent 6efb5905
......@@ -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)
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