fix: gen-locale
This commit is contained in:
parent
9739f3085d
commit
c40d522e2a
@ -22,8 +22,11 @@ def process(fn: str):
|
|||||||
print("processing infer-web.py")
|
print("processing infer-web.py")
|
||||||
process("infer-web.py")
|
process("infer-web.py")
|
||||||
|
|
||||||
print("processing gui.py")
|
print("processing gui_v0.py")
|
||||||
process("gui.py")
|
process("gui_v0.py")
|
||||||
|
|
||||||
|
print("processing gui_v1.py")
|
||||||
|
process("gui_v1.py")
|
||||||
|
|
||||||
# Save as a JSON file
|
# Save as a JSON file
|
||||||
with open("./i18n/zh_CN.json", "w", encoding="utf-8") as f:
|
with open("./i18n/zh_CN.json", "w", encoding="utf-8") as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user