1
0
Fork 0
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:
3djc 2018-10-04 17:13:00 +02:00
parent b97696624f
commit 3faa7e10d0
2 changed files with 7 additions and 12 deletions

View file

@ -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)))