Commit 4ff5f505 authored by Michal Čihař's avatar Michal Čihař

Do not merge comments on file upload

parent a89f2f8c
......@@ -433,7 +433,7 @@ class Translation(models.Model):
if not mergefuzzy:
if unit2.isfuzzy():
continue
unit1.merge(unit2, overwrite=overwrite)
unit1.merge(unit2, overwrite=overwrite, 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