Temporarily log out UI languages on launcher start
This is to help with diagnosing: https://sourceforge.net/p/flightgear/codetickets/2121/
This commit is contained in:
parent
b405bd47d0
commit
e2ed179f4c
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@ void initApp(int& argc, char** argv, bool doInitQSettings)
|
|||
static_qApp->installTranslator(fallbackTranslator);
|
||||
}
|
||||
|
||||
qInfo() << "UI languages:" << QLocale().uiLanguages();
|
||||
|
||||
QTranslator* translator = new QTranslator(static_qApp.get());
|
||||
// check for --langauge=xx option and prefer that over QLocale
|
||||
// detection of the locale if it exists
|
||||
|
|
Loading…
Reference in a new issue