upload 11% translate
This commit is contained in:
parent
e59d89abad
commit
f47a40857e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
strings.dat
|
||||
*.txt
|
||||
*_strings.dat.txt
|
||||
result.txt
|
||||
|
@ -35,7 +35,7 @@ def replaceStrings():
|
||||
# print(translatedStings[item])
|
||||
|
||||
with open('strings.dat', 'w', encoding='utf-8') as f1:
|
||||
json.dump(data, f1)
|
||||
json.dump(data, f1, ensure_ascii=False)
|
||||
|
||||
if __name__ == '__main__':
|
||||
replaceStrings()
|
||||
|
1
mods/delver-pack-ru-ru/data/strings.dat
Normal file
1
mods/delver-pack-ru-ru/data/strings.dat
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user