mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
More italian plural unit support (that will just say something, since I do not speak italian, don't know if it will be right)
This commit is contained in:
parent
e7c882e826
commit
0cdff35bd3
1 changed files with 5 additions and 5 deletions
|
@ -27,12 +27,12 @@ for i, (s, f) in enumerate([(u"volt", "volt0"),
|
|||
(u"grado celsius", "celsius0"), ("gradi celsius", "celsius1"),
|
||||
(u"grado fahrenheit", "fahr0"), ("gradi fahrenheit", "fahr1"),
|
||||
(u"percento", "percent0"), (u"percento", "percent1"),
|
||||
(u"milliampere ora", "mamph0"),
|
||||
(u"watt", "watt0"),
|
||||
(u"milliampere ora", "mamph0"), (u"milliampere ora", "mamph1"),
|
||||
(u"watt", "watt0"), (u"watt", "watt1"),
|
||||
(u"milli-watt", "mwatt0"), ("milli-watts", "mwatt1"),
|
||||
(u"d b", "db0"),
|
||||
(u"r p m", "rpm0"),
|
||||
(u"g", "g0"),
|
||||
(u"d b", "db0"), (u"d b", "db1"),
|
||||
(u"r p m", "rpm0"), (u"r p m", "rpm1"),
|
||||
(u"g", "g0"), (u"g", "g1"),
|
||||
(u"grado", "degree0"), ("gradi", "degree1"),
|
||||
(u"radian", "rad0"), ("radians", "rad1"),
|
||||
(u"millilitro", "m10"), ("millilitri", "m11"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue