Added translations for LOG messages

* Added C Macro to allow QT lupdate parsing
* Added QTtrranslation wrapper around dialog message
* Updated all translation files
This commit is contained in:
Chris 2025-02-03 21:33:29 +11:00 committed by Adam Honse
parent e39fafc64f
commit 6934bbf802
20 changed files with 4105 additions and 5701 deletions

View file

@ -1635,7 +1635,7 @@ void OpenRGBDialog::onShowDialogMessage()
QMessageBox box;
box.setInformativeText(dialog_message);
box.setInformativeText(QCoreApplication::translate("ResourceManager", dialog_message.toUtf8()));
QCheckBox* CheckBox_DontShowAgain = new QCheckBox("Don't show this message again");