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