[mobile] fix script to compare translations
This commit is contained in:
parent
5f2c9ba673
commit
5af15a03c1
|
@ -44,7 +44,7 @@ def compareFile(mjson, path):
|
|||
|
||||
if merge_dicts and lost_key_count:
|
||||
cf.seek(0)
|
||||
cf.write(json.dumps(res_dict, indent = 2))
|
||||
cf.write(json.dumps(res_dict, indent = 2, ensure_ascii=False))
|
||||
cf.truncate()
|
||||
|
||||
def compareJsonInFolder(path):
|
||||
|
|
Loading…
Reference in a new issue