mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 02:57:26 -04:00
translation files moved to resources
This commit is contained in:
@@ -25,8 +25,8 @@ bool TranslationManager::setLanguage(const QString &language)
|
||||
return true;
|
||||
}
|
||||
|
||||
// we expecting to have translation files in "i18n" directory
|
||||
QString dir = qApp->applicationDirPath() + QDir::separator() + "i18n";
|
||||
// translations are compiled into app binary
|
||||
QString dir = ":/translations";
|
||||
|
||||
QString filename = "monero-core_" + language;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user