eden/src/frontend_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
..
CMakeLists.txt [core, android] Initial playtime implementation (#2535) 2025-10-17 22:47:43 +02:00
config.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
config.h general: add default configurations for applet mode 2024-02-09 09:20:53 -05:00
content_manager.h [common, fs] Use std::string_view instead of std::string&; inline functions that are used rarely (#330) 2025-08-27 22:21:04 +02:00
data_manager.cpp [desktop] Data Manager, data import/export (#2700) 2025-10-15 04:54:41 +02:00
data_manager.h [desktop] Data Manager, data import/export (#2700) 2025-10-15 04:54:41 +02:00
firmware_manager.cpp [frontend] fix compile error (#2767) 2025-10-18 02:45:25 +02:00
firmware_manager.h [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
play_time_manager.cpp [core, android] Initial playtime implementation (#2535) 2025-10-17 22:47:43 +02:00
play_time_manager.h [core, android] Initial playtime implementation (#2535) 2025-10-17 22:47:43 +02:00