diff --git a/trans/models.py b/trans/models.py index 4e6be47f5..a4dfd9225 100644 --- a/trans/models.py +++ b/trans/models.py @@ -198,7 +198,7 @@ class Translation(models.Model): # Load po file store = factory.getobject(os.path.join(self.subproject.get_path(), self.filename)) for unit in store.units: - if unit.isheader(): + if unit.isheader() or unit.isobsolete(): continue newunit = Unit.objects.update_from_unit(self, unit) try: