diff --git a/setup/translations.py b/setup/translations.py index c0a0069afa..f8519d312a 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -555,7 +555,7 @@ class Translations(POT): # {{{ continue l = f.partition('.')[0] pf = l.split('_')[0] - if pf in {'en'}: + if pf == 'en': continue d = os.path.join(tdir, l + '.mo') f = os.path.join(srcbase, f)