From 1146e00bce8ce40310cdd544b7e4ade515630078 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 5 Jan 2020 08:52:46 +1000 Subject: [PATCH] skip the automatic push --- qt/i18n/update-from-crowdin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qt/i18n/update-from-crowdin b/qt/i18n/update-from-crowdin index 04ead2ebb..95624ab7c 100755 --- a/qt/i18n/update-from-crowdin +++ b/qt/i18n/update-from-crowdin @@ -33,7 +33,6 @@ python check-po-files.py rm all.zip -# send translations to github +# commit them to the repo git add translations git commit -m 'update translations' || true -git push