Erzeuge immer gleich die .json Datei und eine .txt Datei beim Extrahieren
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ mkdir "%TARGET_DIR%"
|
||||
|
||||
echo.
|
||||
echo === Extracting TEXT, MTEXT and symbols, translating to CS ===
|
||||
call translate.bat --filename %1 --extract -t json --outname %RESULT_JSON% --translate CS
|
||||
call translate.bat --filename %1 --extract -t json,text --outname %RESULT_JSON% --translate CS
|
||||
if not exist "%PROJECT_WORK%\%RESULT_JSON%
|
||||
" (
|
||||
@echo == failed: extracting texts
|
||||
|
||||
Reference in New Issue
Block a user