mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
create locale dir
This commit is contained in:
parent
efbd15e7c6
commit
726d892d72
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ s = f.read()
|
|||
f.close()
|
||||
s = s.replace('CHARSET', 'utf-8')
|
||||
|
||||
if not os.path.exists('locale'):
|
||||
os.mkdir('locale')
|
||||
|
||||
for lang, strings in dicts.items():
|
||||
ss = s[:]
|
||||
for k,v in strings.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue