From 337dc4b1694b97d02ca008e0ec67e3d8bf7ddbc8 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 23 Sep 2017 05:51:10 +0200 Subject: [PATCH] Crowdin: Misc --- tools/crowdin-cli/archi_download.bat | 3 +++ tools/crowdin-cli/archi_sync.bat | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tools/crowdin-cli/archi_download.bat b/tools/crowdin-cli/archi_download.bat index c83cf4820..bf4b57049 100644 --- a/tools/crowdin-cli/archi_download.bat +++ b/tools/crowdin-cli/archi_download.bat @@ -2,4 +2,7 @@ pushd %~dp0 cd ..\\.. call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download +git reset +git add -A "*.resx" +git commit -m "Translations update" pause diff --git a/tools/crowdin-cli/archi_sync.bat b/tools/crowdin-cli/archi_sync.bat index fd50da2c7..343fab32c 100644 --- a/tools/crowdin-cli/archi_sync.bat +++ b/tools/crowdin-cli/archi_sync.bat @@ -3,4 +3,7 @@ pushd %~dp0 cd ..\\.. call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml upload sources call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download +git reset +git add -A "*.resx" +git commit -m "Translations update" pause