Just use Qt's own facility for loading localisation files
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user