mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 20:15:04 +00:00
language to default English
force the build system to build in English
This commit is contained in:
parent
a8d3609c19
commit
984707c5fd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue