don't build the locale for the pseudo.po
This commit is contained in:
parent
9eb7e3a7df
commit
199a91ff87
@ -99,7 +99,7 @@ class Builder(object):
|
|||||||
return
|
return
|
||||||
|
|
||||||
for f in os.listdir(po_dir):
|
for f in os.listdir(po_dir):
|
||||||
if not f.endswith('.po'):
|
if not f.endswith('.po') or f == 'pseudo.po':
|
||||||
continue
|
continue
|
||||||
|
|
||||||
file_name = os.path.join(po_dir, f)
|
file_name = os.path.join(po_dir, f)
|
||||||
|
Loading…
Reference in New Issue
Block a user