language to default English

force the build system to build in English
This commit is contained in:
Shashwat Hiregoudar 2025-02-27 16:22:10 +05:30 committed by GitHub
parent a8d3609c19
commit 984707c5fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ void installTranslator()
static QTranslator translator;
QLocale locale;
QLocale::Language language = locale.language();
//language = QLocale::English;
language = QLocale::English;
QString languagePath = ":/i18n/";
switch (language) {
case QLocale::Chinese: