Commit c745034b authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents 807f4555 2d6caf3a
......@@ -433,7 +433,9 @@ class Translation(models.Model):
if not mergefuzzy:
if unit2.isfuzzy():
continue
unit1.merge(unit2, overwrite=overwrite, comments=False)
if not overwrite and unit1.istranslated():
continue
unit1.merge(unit2, overwrite=True, comments=False)
store1.save()
ret = self.git_commit(author)
self.check_sync()
......
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