Content deleted Content added
experiment with abbr title |
add $/km and $/mi |
||
Line 46:
exception = "subunit_more_precision",
default = "mm",
},
["$/km"] = {
per = { "$", "km" },
utype = "cost $ per unit length",
default = "$/mi",
},
["$/mi"] = {
per = { "$", "mi" },
utype = "cost $ per unit length",
default = "$/km",
},
}
|