mirror of https://github.com/x64dbg/Translations
crowdin-cli bug?
This commit is contained in:
parent
bc8eaa52ff
commit
4ea2937ac5
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue