From 4ea2937ac52c20961d75eb7d5e1a64965b2c23cc Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 22 Aug 2024 20:27:44 +0200 Subject: [PATCH] crowdin-cli bug? --- crowdin-sync.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin-sync.bat b/crowdin-sync.bat index c6926a1..44f34eb 100644 --- a/crowdin-sync.bat +++ b/crowdin-sync.bat @@ -1,12 +1,12 @@ @echo off echo Uploading English sources to Crowdin... -java -jar crowdin-cli.jar --no-colors --no-progress upload sources +java -jar crowdin-cli.jar upload sources --no-colors --no-progress if not %ERRORLEVEL%==0 exit /b echo Downloading translations from Crowdin... rmdir /S /Q translations >nul 2>&1 -java -jar crowdin-cli.jar --no-colors --no-progress download +java -jar crowdin-cli.jar download --no-colors --no-progress if not %ERRORLEVEL%==0 exit /b echo Checking translations...