Browse Source

[qt] add translation table entry for debug_knobs,serial_battery and serial_unit

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/3682/head
lizzie 2 days ago
parent
commit
6a0ff7c0a3
  1. 3
      src/qt_common/config/shared_translation.cpp

3
src/qt_common/config/shared_translation.cpp

@ -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…
Cancel
Save