|
|
|
@ -59,7 +59,7 @@
@@ -59,7 +59,7 @@
|
|
|
|
|
#include <QList> |
|
|
|
|
#include <QDesktopServices> |
|
|
|
|
#include <QProcess> |
|
|
|
|
#include <qlibraryinfo.h> |
|
|
|
|
#include <QLibraryInfo> |
|
|
|
|
#include <tox/tox.h> |
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_ANDROID |
|
|
|
@ -231,10 +231,14 @@ void Widget::setTranslation()
@@ -231,10 +231,14 @@ void Widget::setTranslation()
|
|
|
|
|
qDebug() << "System translation loaded" << locale; |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
qDebug() << "System translation not loaded" << locale; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
qDebug() << "Error loading translation" << locale; |
|
|
|
|
} |
|
|
|
|
QCoreApplication::installTranslator(translator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|