GNOME Bugzilla – Bug 720538
Bad translation for meld in it.po makes meld crash
Last modified: 2013-12-16 21:02:19 UTC
the following string in it.po is missing a colon (and a translation), so the assertion in _vc.py: line 64 makes meld crash at startup. #. These are the possible states of files. Be sure to get the colons correct. #: ../meld/vc/_vc.py:62 msgid "" "Ignored:Unversioned:::Error::Newly added:Modified:Conflict:Removed:Missing:" "Not present" msgstr "" "Ignorato:Non in revisione:::Errore::Aggiunto recentemente:Modificato:" "Conflitto:Rimosso:Mancante"
So it looks like there are two issues here: - Wrong translation to fix by it translation team - Make Meld not crash because of wrong translations, to fix by developers
This has been fixed for master and the 1.8 meld branch: a new translation was pushed.