1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00
This commit is contained in:
3djc 2017-04-03 09:03:07 +02:00
parent e264a06670
commit 7e8cec005b
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ for i, (s, f) in enumerate([("volt", "volt0"), ("volts", "volt1"),
("foot", "foot0"), ("feet", "foot1"), ("foot", "foot0"), ("feet", "foot1"),
("degree celsius", "celsius0"), ("degrees celsius", "celsius1"), ("degree celsius", "celsius0"), ("degrees celsius", "celsius1"),
("degree fahrenheit", "fahr0"), ("degrees fahrenheit", "fahr1"), ("degree fahrenheit", "fahr0"), ("degrees fahrenheit", "fahr1"),
("percent", "percent0"), ("percent", "percent0"), ("percent", "percent1"),
("milliamp-hour", "mamph0"), ("milliamp-hours", "mamph1"), ("milliamp-hour", "mamph0"), ("milliamp-hours", "mamph1"),
("watt", "watt0"), ("watts", "watt1"), ("watt", "watt0"), ("watts", "watt1"),
("milli-watt", "mwatt0"), ("milli-watts", "mwatt1"), ("milli-watt", "mwatt0"), ("milli-watts", "mwatt1"),

View file

@ -26,7 +26,7 @@ for i, (s, f) in enumerate([(u"volt", "volt0"),
(u"piede", "foot0"), ("piedi", "foot1"), (u"piede", "foot0"), ("piedi", "foot1"),
(u"grado celsius", "celsius0"), ("gradi celsius", "celsius1"), (u"grado celsius", "celsius0"), ("gradi celsius", "celsius1"),
(u"grado fahrenheit", "fahr0"), ("gradi fahrenheit", "fahr1"), (u"grado fahrenheit", "fahr0"), ("gradi fahrenheit", "fahr1"),
(u"percento", "percent0"), (u"percento", "percent0"), (u"percento", "percent1"),
(u"milliampere ora", "mamph0"), (u"milliampere ora", "mamph0"),
(u"watt", "watt0"), (u"watt", "watt0"),
(u"milli-watt", "mwatt0"), ("milli-watts", "mwatt1"), (u"milli-watt", "mwatt0"), ("milli-watts", "mwatt1"),