Skip to content
Snippets Groups Projects
Commit 9e8565b9 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

conversation: fix translations

Change-Id: Iad20aa87aaa7ee12db42971b5651a61517113587
parent d5aded71
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@ int main(int argc, const char *argv[]) {
const auto localeName = QLocale::system().name();
const auto localeLang = localeName.split('_')[0];
auto langPath = dir.absolutePath() + "/Contents/Resources/QtTranslations/lrc_" + localeLang + ".qm";
auto localePath = dir.absolutePath() + "/Contents/Resources/QtTranslations/lrc_" + localeName +".qm";
auto langPath = dir.absolutePath() + "/Resources/QtTranslations/lrc_" + localeLang + ".qm";
auto localePath = dir.absolutePath() + "/Resources/QtTranslations/lrc_" + localeName +".qm";
QTranslator lrcTranslatorLang;
QTranslator lrcTranslatorLocale;
if (localeName != localeLang) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment