This commit is contained in:
ws3917 2025-04-17 13:08:03 +08:00
parent cf0d047c39
commit be572c6015

View File

@ -258,6 +258,9 @@ if __name__ == "__main__":
for src, dst in copy_dict_str.items():
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(
"text/en_US",
"text/zh_CN",