Just use Qt's own facility for loading localisation files

This commit is contained in:
Veronica K. B. Olsen
2021-02-15 11:35:19 +01:00
parent af6d96843d
commit 5e30e1a2ee
2 changed files with 29 additions and 38 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ def main(sysArgs=None):
sys.excepthook = exceptionHandler
# Launch main GUI
CONFIG.initTranslations(nwApp)
CONFIG.initLocalisation(nwApp)
nwGUI = GuiMain()
if not nwGUI.hasProject:
nwGUI.showProjectLoadDialog()