From e36ca7363c0622c685fbc6995bf77387f5118f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 14:27:11 +0100 Subject: [PATCH] Propagate only to same language --- trans/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trans/models.py b/trans/models.py index 32731026b..4bee45bd4 100644 --- a/trans/models.py +++ b/trans/models.py @@ -314,6 +314,7 @@ class Unit(models.Model): allunits = Unit.objects.filter( checksum = self.checksum, translation__subproject__project = self.translation.subproject.project, + translation__language = self.translation.language ).exclude(id = self.id) for unit in allunits: unit.target = self.target