tr2txt übersetzt nicht mehr in eine Sprache. Holt nur noch die Inhalte raus. dropItem_create entsprechend angepasst.

This commit is contained in:
2026-02-09 17:12:13 +01:00
parent b0549c7bb5
commit 3836a8806d
9 changed files with 26 additions and 230 deletions
+5 -4
View File
@@ -359,15 +359,16 @@
"args": []
},
{
"name": "create_numbers.py with BGMG.dxf",
"name": "translate.py ST500592_10_5-13_ILS.dxf.py with BGMG.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename", "BGMG.dxf",
"--errorfile", "BGMG_errors.json",
"--info", "BGMG_symbols.json"
"--filename", "ST500592_10_5-13_ILS.dxf",
"--extract", "-t", "json,text",
"--outname", "ST500592_10_5-13_ILS_texts.json",
"--translate", "CS"
]
},{
"name": "create_numbers.py with Nummerierung1.dxf",