Erzeuge immer gleich die .json Datei und eine .txt Datei beim Extrahieren

This commit is contained in:
2025-12-05 18:58:21 +01:00
parent f327b8011c
commit 1260edf5ce
+1 -1
View File
@@ -25,7 +25,7 @@ mkdir "%TARGET_DIR%"
echo. echo.
echo === Extracting TEXT, MTEXT and symbols, translating to CS === 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% if not exist "%PROJECT_WORK%\%RESULT_JSON%
" ( " (
@echo == failed: extracting texts @echo == failed: extracting texts