Feat: Add simple translation launcher dialog

This commit is contained in:
2025-05-30 12:42:03 +02:00
parent b242406b8b
commit 75eacbf396
4 changed files with 72 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import os
from pathlib import Path
TRANSLATIONS_DIR = Path(__file__).resolve().parent.parent
VENV_RUNNER_DIR = TRANSLATIONS_DIR / "tools" / "translation_venv.py"
VENV_RUNNER_DIR = TRANSLATIONS_DIR / "tools" / "venv.py"
ts_files = glob.glob(str(TRANSLATIONS_DIR / "*.ts"))
success = []