diff --git a/setup/translations.py b/setup/translations.py index 7862b39326..02964e8c91 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -813,6 +813,8 @@ class ISO639(Command): # {{{ name = x.get('name') if name: name = unicode_type(name) + if not name or name[0] in '!~=/\'"': + continue if two is not None: by_2[two] = name