mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Minor spanish TTS changes
This commit is contained in:
parent
34f0ca5e8f
commit
f330ea8a90
2 changed files with 15 additions and 11 deletions
|
@ -20,7 +20,7 @@ systemSounds.append(("setecientos", filename(PROMPT_SYSTEM_BASE + 107)))
|
|||
systemSounds.append(("ochocientos", filename(PROMPT_SYSTEM_BASE + 108)))
|
||||
systemSounds.append(("nuevecientos", filename(PROMPT_SYSTEM_BASE + 109)))
|
||||
systemSounds.append(("mil", filename(PROMPT_SYSTEM_BASE + 110)))
|
||||
for i, s in enumerate(["coma", "un", "una", "y", "meno", "hora", "horas", "minuto", "minutos", "segundo", "segundos"]):
|
||||
for i, s in enumerate(["coma", "un", "una", "i", "meno", "hora", "horas", "minuto", "minutos", "segundo", "segundos"]):
|
||||
systemSounds.append((s, filename(PROMPT_SYSTEM_BASE + 111 + i)))
|
||||
for i, (s, f) in enumerate([("Voltio","volt0"),
|
||||
("ampério", "amp0"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue