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

@ -100,6 +100,16 @@ typedef void (*DetectionStartCallback)(void *);
typedef void (*DetectionEndCallback)(void *);
typedef void (*I2CBusListChangeCallback)(void *);
/*-------------------------------------------------------------------------*\
| Define a macro for QT lupdate to parse |
\*-------------------------------------------------------------------------*/
#define QT_TRANSLATE_NOOP(scope, x) x
extern const char* I2C_ERR_WIN;
extern const char* I2C_ERR_LINUX;
extern const char* UDEV_MISSING;
extern const char* UDEV_MULTI;
class ResourceManagerInterface
{
public: