mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add a setting to select the language in the options dialog
All translations have been updated, and translations of the actions in the library have been fixed.
This commit is contained in:
@ -23,7 +23,7 @@ LibraryWindowActions::LibraryWindowActions()
|
||||
|
||||
void LibraryWindowActions::createActions(LibraryWindow *window, QSettings *settings)
|
||||
{
|
||||
auto tr = [](const char *text) { return QObject::tr(text); };
|
||||
auto tr = [](const char *text) { return QCoreApplication::translate("LibraryWindowActions", text); };
|
||||
|
||||
backAction = new QAction(window);
|
||||
backAction->setData(BACK_ACTION_YL);
|
||||
|
||||
Reference in New Issue
Block a user