Move the i18n initialisation to the Config class
This commit is contained in:
@@ -76,6 +76,7 @@ class GuiMain(QMainWindow):
|
||||
logger.info("Python Version: %s (0x%x)" % (
|
||||
self.mainConf.verPyString, self.mainConf.verPyHexVal)
|
||||
)
|
||||
logger.info("GUI Language: %s" % self.mainConf.guiLang)
|
||||
|
||||
# Core Classes
|
||||
# ============
|
||||
|
||||
Reference in New Issue
Block a user