mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
Improve spanish timer speech
This commit is contained in:
parent
b97696624f
commit
3faa7e10d0
2 changed files with 7 additions and 12 deletions
|
@ -45,9 +45,9 @@ for i, (s, f) in enumerate([("Voltio","volt0"),
|
|||
("radianes ", "rad0"),
|
||||
("mililitro", "ml0"),
|
||||
("onzas", "founce0"),
|
||||
("horas", "hour0"),
|
||||
("minutos", "minute0"),
|
||||
("segundos", "second0"),
|
||||
("hora", "hour0"), ("horas", "hour1"),
|
||||
("minuto", "minute0"), ("minutos", "minute1"),
|
||||
("segundo", "second0"), ("segundos", "second1"),
|
||||
]):
|
||||
systemSounds.append((s, filename(f, PROMPT_SYSTEM_BASE + 122 + i)))
|
||||
for s, f, a in [("me tienes abandonada", "inactiv", 486),
|
||||
|
@ -110,4 +110,4 @@ for i, (s, f) in enumerate([("tren arriba.", "gearup"),
|
|||
("fase de vuelo 8", "fltmd8"),
|
||||
("fase de vuelo 9", "fltmd9"),
|
||||
]):
|
||||
sounds.append((s, filename(f, PROMPT_CUSTOM_BASE + i)))
|
||||
sounds.append((s, filename(f, PROMPT_CUSTOM_BASE + i)))
|
Loading…
Add table
Add a link
Reference in a new issue