1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Opt: Read args/translations only once at startup

This commit is contained in:
18870
2021-11-07 12:14:06 +08:00
parent 6a801a182a
commit 1b20dd05cc
2 changed files with 6 additions and 7 deletions

View File

@@ -59,7 +59,4 @@ def reload():
for key in dic_lang["ja-JP"].keys():
if dic_lang["ja-JP"][key] == key:
dic_lang["ja-JP"][key] = dic_lang["en-US"][key]
reload()
dic_lang["ja-JP"][key] = dic_lang["en-US"][key]