diff --git a/tools/crowdin-cli/archi_download.bat b/tools/crowdin-cli/archi_download.bat index 59e44a9c9..ec9c17d88 100644 --- a/tools/crowdin-cli/archi_download.bat +++ b/tools/crowdin-cli/archi_download.bat @@ -5,7 +5,7 @@ call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml downl git reset cd wiki -git reset +git pull git add -A "locale\*.md" git commit -m "Translations update" cd .. diff --git a/tools/crowdin-cli/archi_sync.bat b/tools/crowdin-cli/archi_sync.bat index ebd2f5339..5c250c19d 100644 --- a/tools/crowdin-cli/archi_sync.bat +++ b/tools/crowdin-cli/archi_sync.bat @@ -7,7 +7,7 @@ call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml downl git reset cd wiki -git reset +git pull git add -A "locale\*.md" git commit -m "Translations update" cd ..