This commit is contained in:
Kovid Goyal 2026-03-29 21:58:43 +05:30
parent 65cc790bf7
commit 1d02709af2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)