Clean comments
This commit is contained in:
@@ -183,7 +183,6 @@ public:
|
||||
|
||||
QString locale = QLocale::system().name();
|
||||
locale.truncate(locale.lastIndexOf('_')); // Get the language code
|
||||
// locale = "zh";
|
||||
qDebug() << "Loading locale " << locale;
|
||||
|
||||
QTranslator translator;
|
||||
|
||||
Reference in New Issue
Block a user