mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[linux] updatesvc: debug
This commit is contained in:
@ -149,8 +149,8 @@ tstring Translator::tr(const char *str)
|
||||
return strIdPair.second[primaryLang];
|
||||
}
|
||||
}
|
||||
if (strIdPair.second.find(L"en") != strIdPair.second.end())
|
||||
return strIdPair.second[L"en"];
|
||||
if (strIdPair.second.find(_T("en")) != strIdPair.second.end())
|
||||
return strIdPair.second[_T("en")];
|
||||
break;
|
||||
}
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user