remove unneeded print
This commit is contained in:
@@ -563,7 +563,6 @@ def launch(*argv):
|
|||||||
#print(options)
|
#print(options)
|
||||||
QtCore.QLocale().setDefault(QtCore.QLocale(QtCore.QLocale.Language.German, QtCore.QLocale.Country.Germany))
|
QtCore.QLocale().setDefault(QtCore.QLocale(QtCore.QLocale.Language.German, QtCore.QLocale.Country.Germany))
|
||||||
SYSTEM_LANGUAGE = QtCore.QLocale().system().name()
|
SYSTEM_LANGUAGE = QtCore.QLocale().system().name()
|
||||||
print(SYSTEM_LANGUAGE)
|
|
||||||
|
|
||||||
# Load base QT translations from the normal place
|
# Load base QT translations from the normal place
|
||||||
app = QtWidgets.QApplication([])
|
app = QtWidgets.QApplication([])
|
||||||
|
|||||||
Reference in New Issue
Block a user