Skip to content

Commit

Permalink
Merge pull request #14209 from daschuer/translatorFiePath
Browse files Browse the repository at this point in the history
Show translator file path in debug message
  • Loading branch information
ronso0 authored Jan 22, 2025
2 parents d406e93 + f420ce5 commit b6af761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/translations.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Translations {

qDebug() << "Loaded" << translation << "translations for locale"
<< locale.name()
<< "from" << translationsPath;
<< "from" << pTranslator->filePath();
pApp->installTranslator(pTranslator);
return true;
}
Expand Down

0 comments on commit b6af761

Please sign in to comment.