mirror of
https://github.com/thetasoft/wulkplot-translations.git
synced 2026-03-28 16:14:48 +00:00
Feat: Add simple translation launcher dialog
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user