mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
Enabled translation (system default language) of the message box before the login to a profile.
Fixed german translation. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5304 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eec4fcb2f7
commit
15c032468a
8 changed files with 385 additions and 129 deletions
|
@ -92,7 +92,7 @@ QTranslator* LinksCloudPlugin::qt_translator(QApplication *app, const QString& l
|
|||
return NULL;
|
||||
}
|
||||
|
||||
QTranslator* translator = new QTranslator(app);
|
||||
QTranslator* translator = new QTranslator();
|
||||
if (translator->load(":/lang/LinksCloud_" + languageCode + ".qm")) {
|
||||
return translator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue