diff --git a/SPEx/scripts/releaseLanguages.py b/SPEx/scripts/releaseLanguages.py index 49f363f..9c38612 100644 --- a/SPEx/scripts/releaseLanguages.py +++ b/SPEx/scripts/releaseLanguages.py @@ -10,6 +10,7 @@ import subprocess if __name__ == '__main__': tsfiles = glob.glob("..\\spex\\userInterface\\resources\\translations\\*.ts") + print(os.getcwd()) for ts in tsfiles: tso = "..\\spex\\userInterface\\resources\\translations\\"+os.path.splitext((os.path.split(ts)[1]))[0]+".qm" subprocess.run(f'lrelease.exe {ts} -qm {tso}') diff --git a/SPEx/spex/userInterface/resources/translations/about_en.ts b/SPEx/spex/userInterface/resources/translations/about_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/about_en.ts rename to SPEx/spex/userInterface/resources/translations/about_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/advopt_en.ts b/SPEx/spex/userInterface/resources/translations/advopt_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/advopt_en.ts rename to SPEx/spex/userInterface/resources/translations/advopt_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.ts b/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.ts rename to SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/guimain_en.ts b/SPEx/spex/userInterface/resources/translations/guimain_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/guimain_en.ts rename to SPEx/spex/userInterface/resources/translations/guimain_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/libconfload_en.ts b/SPEx/spex/userInterface/resources/translations/libconfload_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/libconfload_en.ts rename to SPEx/spex/userInterface/resources/translations/libconfload_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/libsplit_en.ts b/SPEx/spex/userInterface/resources/translations/libsplit_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/libsplit_en.ts rename to SPEx/spex/userInterface/resources/translations/libsplit_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/mainwindow_en.ts b/SPEx/spex/userInterface/resources/translations/mainwindow_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/mainwindow_en.ts rename to SPEx/spex/userInterface/resources/translations/mainwindow_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/selezout_en.ts b/SPEx/spex/userInterface/resources/translations/selezout_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/selezout_en.ts rename to SPEx/spex/userInterface/resources/translations/selezout_en.qt.ts diff --git a/SPEx/spex/userInterface/resources/translations/titolow_en.ts b/SPEx/spex/userInterface/resources/translations/titolow_en.qt.ts similarity index 100% rename from SPEx/spex/userInterface/resources/translations/titolow_en.ts rename to SPEx/spex/userInterface/resources/translations/titolow_en.qt.ts