add Chinese translation (#167)

This commit is contained in:
kimziv
2019-07-20 01:55:18 +08:00
committed by adityapk00
parent fe68d56fb0
commit bc1418a25b
10 changed files with 3283 additions and 881 deletions

View File

@@ -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;