mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix bug in mki18n.py
This commit is contained in:
parent
49945a3bce
commit
9a0d6bc674
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ for name in zfobj.namelist():
|
|||
# Convert .po to .mo
|
||||
print 'Installing'
|
||||
for lang in os.listdir('./locale'):
|
||||
if name.startswith('messages'):
|
||||
if lang.startswith('messages'):
|
||||
continue
|
||||
# Check LC_MESSAGES folder
|
||||
mo_dir = 'locale/%s/LC_MESSAGES' % lang
|
||||
|
|
Loading…
Add table
Reference in a new issue