english mode move
This commit is contained in:
parent
1edf71eedc
commit
948d12694c
1 changed files with 1 additions and 1 deletions
|
@ -362,10 +362,10 @@ bool TranslationClass::loadSystemTranslation_p(const QString &langPath, QTransla
|
|||
{
|
||||
if (appTranslator->load(langPath % QDir::separator() % "gta5sync_" % langList.at(0) % ".qm"))
|
||||
{
|
||||
isEnglishMode = false;
|
||||
#ifdef GTA5SYNC_DEBUG
|
||||
qDebug() << "loadLanguageFileSuccess" << QString(langPath % QDir::separator() % "gta5sync_" % langList.at(0) % ".qm");
|
||||
#endif
|
||||
isEnglishMode = false;
|
||||
currentLanguage = languageName;
|
||||
currentLangIndex = currentLangCounter;
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue