Fix translation script
This commit is contained in:
parent
5525d62192
commit
e64f940ec0
|
@ -97,6 +97,7 @@ for i in range(len(app_names)):
|
|||
f.write(u'}')
|
||||
f.close()
|
||||
print(' ' + lang + '.json - ' + changed)
|
||||
if os.path.isdir(src_path):
|
||||
add_langs = os.listdir(src_path)
|
||||
for l in range(len(langs)):
|
||||
add_langs.remove(langs[l])
|
||||
|
|
Loading…
Reference in a new issue