mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-29 04:39:20 +00:00
Update main.cpp
This commit is contained in:
parent
48a73e9959
commit
8757ec8c9d
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ void installTranslator()
|
||||||
language = QLocale::English;
|
language = QLocale::English;
|
||||||
} else if (Config::getInstance().getLanguage() == "ja_JP") {
|
} else if (Config::getInstance().getLanguage() == "ja_JP") {
|
||||||
language = QLocale::Japanese;
|
language = QLocale::Japanese;
|
||||||
|
}
|
||||||
|
|
||||||
QString languagePath = ":/i18n/";
|
QString languagePath = ":/i18n/";
|
||||||
switch (language) {
|
switch (language) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue