132323
This commit is contained in:
parent
cf0d047c39
commit
be572c6015
@ -258,6 +258,9 @@ if __name__ == "__main__":
|
|||||||
for src, dst in copy_dict_str.items():
|
for src, dst in copy_dict_str.items():
|
||||||
os.system(f"cp -r {src} {dst}")
|
os.system(f"cp -r {src} {dst}")
|
||||||
|
|
||||||
|
os.system(
|
||||||
|
f"cd {WEBLATE_PATH} && git add -A && git commit -m 'Update translation && git push origin main"
|
||||||
|
)
|
||||||
import_translation(
|
import_translation(
|
||||||
"text/en_US",
|
"text/en_US",
|
||||||
"text/zh_CN",
|
"text/zh_CN",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user