mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
[qt] add translation table entry for debug_knobs,serial_battery and serial_unit (#3682)
trivial qt change Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3682 Reviewed-by: DraVee <chimera@dravee.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
e4122dae1d
commit
c062931c9b
1 changed files with 3 additions and 0 deletions
|
|
@ -425,6 +425,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
|
||||||
"their resolution, details and supported controllers and depending on this setting.\n"
|
"their resolution, details and supported controllers and depending on this setting.\n"
|
||||||
"Setting to Handheld can help improve performance for low end systems."));
|
"Setting to Handheld can help improve performance for low end systems."));
|
||||||
INSERT(Settings, current_user, QString(), QString());
|
INSERT(Settings, current_user, QString(), QString());
|
||||||
|
INSERT(Settings, serial_unit, tr("Unit Serial"), QString());
|
||||||
|
INSERT(Settings, serial_battery, tr("Battery Serial"), QString());
|
||||||
|
INSERT(Settings, debug_knobs, tr("Debug knobs"), QString());
|
||||||
|
|
||||||
// Controls
|
// Controls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue