add Chinese translation (#167)
This commit is contained in:
@@ -183,6 +183,7 @@ 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