From efee2b786b866b484193a47aa6ffce35ee988b30 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Fri, 23 Oct 2020 14:41:38 +0200 Subject: [PATCH] rinominati file traduzione --- SPEx/scripts/releaseLanguages.py | 1 + .../resources/translations/{about_en.ts => about_en.qt.ts} | 0 .../resources/translations/{advopt_en.ts => advopt_en.qt.ts} | 0 .../{avanzatetitolo3_en.ts => avanzatetitolo3_en.qt.ts} | 0 .../resources/translations/{guimain_en.ts => guimain_en.qt.ts} | 0 .../translations/{libconfload_en.ts => libconfload_en.qt.ts} | 0 .../resources/translations/{libsplit_en.ts => libsplit_en.qt.ts} | 0 .../translations/{mainwindow_en.ts => mainwindow_en.qt.ts} | 0 .../resources/translations/{selezout_en.ts => selezout_en.qt.ts} | 0 .../resources/translations/{titolow_en.ts => titolow_en.qt.ts} | 0 10 files changed, 1 insertion(+) rename SPEx/spex/userInterface/resources/translations/{about_en.ts => about_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{advopt_en.ts => advopt_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{avanzatetitolo3_en.ts => avanzatetitolo3_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{guimain_en.ts => guimain_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{libconfload_en.ts => libconfload_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{libsplit_en.ts => libsplit_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{mainwindow_en.ts => mainwindow_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{selezout_en.ts => selezout_en.qt.ts} (100%) rename SPEx/spex/userInterface/resources/translations/{titolow_en.ts => titolow_en.qt.ts} (100%) 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