eden/src/qt_common
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
..
abstract [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
config [arm] Add "debugging" cpu accuracy option to replace CPU debug toggle (#2640) 2025-10-17 22:09:19 +02:00
discord [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
externals [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
util [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
CMakeLists.txt [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
qt_common.cpp [qt] refactor: qt_common lib (#94) 2025-09-15 17:21:18 +02:00
qt_common.h [qt] refactor: qt_common lib (#94) 2025-09-15 17:21:18 +02:00
qt_compat.h [dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755) 2025-10-17 04:20:11 +02:00
qt_string_lookup.h [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00