upload 11% translate
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
strings.dat
|
||||
*.txt
|
||||
*_strings.dat.txt
|
||||
result.txt
|
||||
|
||||
+1
-1
@@ -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()
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user