diff --git a/crowdin-sync.bat b/crowdin-sync.bat index 9d9e011..c6926a1 100644 --- a/crowdin-sync.bat +++ b/crowdin-sync.bat @@ -6,7 +6,7 @@ if not %ERRORLEVEL%==0 exit /b echo Downloading translations from Crowdin... rmdir /S /Q translations >nul 2>&1 -java -jar crowdin-cli.jar download +java -jar crowdin-cli.jar --no-colors --no-progress download if not %ERRORLEVEL%==0 exit /b echo Checking translations...