eden-miror/src/qt_common/util
crueter a53823646c
[qt] fix translations (#2773)
Linguist strongly dislikes lookup tables of this sort due to the fact
that it looks for tr(), qsTr(), etc. when determining what strings need
translations. However, it does provide QT_TR_NOOP which marks the
string for translation *without* running the translation, which is designed
to allow for static or constexpr lookup tables. So let's use that.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2773
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2025-10-18 22:19:06 +02:00
..
applet.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
applet.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
compress.cpp [dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755) 2025-10-17 04:20:11 +02:00
compress.h [qt_common] fix build on QuaZip <= 1.4 (#2744) 2025-10-15 05:20:03 +02:00
content.cpp [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
content.h [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
game.cpp [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
game.h [compat] Solaris build fixes for openssl, catch2; NetBSD build fixes (#2752) 2025-10-17 22:12:58 +02:00
meta.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
meta.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
path.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
path.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
rom.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
rom.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00