edgetx icon indicating copy to clipboard operation
edgetx copied to clipboard

feat(radio): add longer versions of SF names

Open pfeerick opened this issue 2 years ago • 4 comments

Summary of changes:

  • Building on from #2144, add some more spaces since variable lengths strings now an option.
  • Also means translators can translate the previously untranslated modes.

pfeerick avatar Jul 20 '22 00:07 pfeerick

Screenshot 2022-07-20 101226 Screenshot 2022-07-20 101139 Screenshot 2022-07-20 101102 Screenshot 2022-07-20 101538 Screenshot 2022-07-20 101558 Screenshot 2022-07-20 101621

image image image

pfeerick avatar Jul 20 '22 00:07 pfeerick

DA translation #define TR_SF_RACING_MODE TR("Ræs til.", Ræs tilstand")

#define TR_VFSWFUNC TR_SF_SAFETY,"Træner","Fast trim","Nulstil","Sæt",TR_ADJUST_GVAR,"Volume","Sæt fejlsikr","Afstand check","Modul Bind",TR_SOUND,TR_PLAY_TRACK,TR_PLAY_VALUE,TR_SF_RESERVE,TR_SF_PLAY_SCRIPT,TR_SF_RESERVE,TR_SF_BG_MUSIC,TR_VVARIO,TR_HAPTIC,TR_SDCLOGS,"Baggrundslys",TR_SF_SCREENSHOT,TR_SF_RACING_MODE,TR_SF_DISABLE_TOUCH TR_SF_TEST

HThuren avatar Nov 04 '22 21:11 HThuren

CZ translation is already implemented :)

Eldenroot avatar Nov 05 '22 09:11 Eldenroot

@pfeerick I think this one needs quite some rework, as TR_VFSWFUNC is no more (RIP).

raphaelcoeffic avatar Aug 12 '23 05:08 raphaelcoeffic