don't build the locale for the pseudo.po

master
Simon Schampijer 16 years ago
parent 9eb7e3a7df
commit 199a91ff87

@ -99,7 +99,7 @@ class Builder(object):
return
for f in os.listdir(po_dir):
if not f.endswith('.po'):
if not f.endswith('.po') or f == 'pseudo.po':
continue
file_name = os.path.join(po_dir, f)

Loading…
Cancel
Save