From be572c60150fc32b2eca2d5671307889bbf72930 Mon Sep 17 00:00:00 2001 From: ws3917 Date: Thu, 17 Apr 2025 13:08:03 +0800 Subject: [PATCH] 132323 --- translation-script.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translation-script.py b/translation-script.py index 630d4945c..48a1bf8c9 100644 --- a/translation-script.py +++ b/translation-script.py @@ -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",