don't build the locale for the pseudo.po

This commit is contained in:
Simon Schampijer 2008-09-12 13:15:49 +02:00
parent 9eb7e3a7df
commit 199a91ff87

View File

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