From 1260edf5ceb09492561b6102036642764e076082 Mon Sep 17 00:00:00 2001 From: mistangl Date: Fri, 5 Dec 2025 18:58:21 +0100 Subject: [PATCH] Erzeuge immer gleich die .json Datei und eine .txt Datei beim Extrahieren --- bin/tr2txt_cs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tr2txt_cs.bat b/bin/tr2txt_cs.bat index 1407841..0474150 100644 --- a/bin/tr2txt_cs.bat +++ b/bin/tr2txt_cs.bat @@ -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