Update main.cpp
Some checks are pending
MacOS / Build (push) Waiting to run
Ubuntu / Build (push) Waiting to run
Windows / Build (push) Waiting to run

This commit is contained in:
Re*Index. (ot_inc) 2025-07-23 16:50:00 +09:00 committed by Barry
commit 8757ec8c9d

View file

@ -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) {