mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 09:15:21 +03:00
Fixes #2912: added missing "midtrim" and "endtrim" to FR
This commit is contained in:
parent
cdc66a7d01
commit
ea74e31841
1 changed files with 3 additions and 1 deletions
|
@ -263,7 +263,9 @@ def ttsFr():
|
|||
# systemSounds.append((s, filename(PROMPT_SYSTEM_BASE+146+i)))
|
||||
for i, s in enumerate(["virgule 0", "virgule 1", "virgule 2", "virgule 3", "virgule 4", "virgule 5", "virgule 6", "virgule 7", "virgule 8", "virgule 9"]):
|
||||
systemSounds.append((s, filename(PROMPT_SYSTEM_BASE+180+i)))
|
||||
for s, f, a in [(u"Batterie radio faible !", "lowbatt", 485),
|
||||
for s, f, a in [(u"trim center", "midtrim", 495),
|
||||
(u"maximum trim reached", "endtrim", NO_ALTERNATE),
|
||||
(u"Batterie radio faible !", "lowbatt", 485),
|
||||
(u"Radio inactive !", "inactiv", 486),
|
||||
(u"Alerte manche des gaz", "thralert", 481),
|
||||
(u"Alerte inters", "swalert", 482),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue