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:
luisangelsm
2026-03-11 18:21:35 +01:00
parent 82ac83ee7a
commit 3fede5dabf
51 changed files with 100804 additions and 17460 deletions

View File

@ -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);