1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Fix translation for audio files (#4889)

Switch the time mechanic to english one (may not be perfect, but current italian is not working at all)
This commit is contained in:
3djc 2017-05-06 18:08:28 +02:00 committed by Bertrand Songis
parent 96ccb4cb3f
commit efe53eb034
2 changed files with 19 additions and 50 deletions

View file

@ -37,9 +37,9 @@ for i, (s, f) in enumerate([(u"volt", "volt0"),
(u"radian", "rad0"), ("radians", "rad1"),
(u"millilitro", "m10"), ("millilitri", "m11"),
(u"oncia", "founce0"), ("once", "founce1"),
(u"hour", "hour0"), ("hours", "hour1"),
(u"minute", "minute0"), ("minutes", "minute1"),
(u"second", "second0"), ("seconds", "second1"),
(u"ora", "hour0"), ("ore", "hour1"),
(u"minuto", "minute0"), ("minuti", "minute1"),
(u"secondo", "second0"), ("secondi", "second1"),
]):
systemSounds.append((s, filename(f, PROMPT_SYSTEM_BASE + 113 + i)))
for s, f, a in [(u"radio inattiva controllare", "inactiv", 486),