removed invalid code
This commit is contained in:
parent
5535b6a6e3
commit
07d7fac490
2 changed files with 0 additions and 5 deletions
|
|
@ -234,9 +234,7 @@ void AmneziaApplication::updateTranslator(const QLocale &locale)
|
|||
m_settings->setAppLanguage(locale);
|
||||
|
||||
QString strFileName = QString(":/translations/amneziavpn")+QLatin1String("_")+locale.name()+".qm";
|
||||
|
||||
if (m_translator->load(strFileName)) {
|
||||
qDebug() << "yyyyyyxxxxxxxx--------------" <<strFileName;
|
||||
if (QCoreApplication::installTranslator(m_translator.get())) {
|
||||
m_settings->setAppLanguage(locale);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue