mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 17:18:58 +02:00
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> |
||
|---|---|---|
| .. | ||
| applet.cpp | ||
| applet.h | ||
| compress.cpp | ||
| compress.h | ||
| content.cpp | ||
| content.h | ||
| game.cpp | ||
| game.h | ||
| meta.cpp | ||
| meta.h | ||
| path.cpp | ||
| path.h | ||
| rom.cpp | ||
| rom.h | ||