From 7a30668a62e222948d3c81149f9c288a1fdf5753 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Wed, 13 Jul 2016 08:15:32 +0200 Subject: [PATCH] removed script --- crowdin-sync.bat | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 crowdin-sync.bat diff --git a/crowdin-sync.bat b/crowdin-sync.bat deleted file mode 100644 index 1adf7f3..0000000 --- a/crowdin-sync.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -SET PATH=%PATH%;c:\Qt\qt-5.6.0-x64-msvc2013\5.6\msvc2013_64\bin;c:\Program Files (x86)\7-Zip -curl http://api.crowdin.com/api/project/x64dbg/export?key=%CROWDIN_API_KEY% -curl -o translations.zip http://api.crowdin.com/api/project/x64dbg/download/all.zip?key=%CROWDIN_API_KEY% -rmdir /S /Q translations -7z x -otranslations translations.zip -cd translations -for /D %%a in (*) do (set fname=%%a) & call :rename -move *.qm ..\ -cd .. -goto :eof -:rename -set trname=x64dbg_%fname:-=_%.ts -copy %fname%\x64dbg.ts %trname% -lrelease -nounfinished %trname% \ No newline at end of file