mirror of https://github.com/rm-dr/daisy
Unit edits
parent
9fdabb80d3
commit
8b1d0a23b0
|
@ -384,7 +384,7 @@ base_units = [ { u = "Meter", p = 3} ]
|
||||||
[[unit]]
|
[[unit]]
|
||||||
enum_name = "USGallon"
|
enum_name = "USGallon"
|
||||||
print = "gal"
|
print = "gal"
|
||||||
parse = ["gal", "usgal", "gallon", "gallons"]
|
parse = ["gal", "gals", "usgal", "gallon", "gallons", "Gallon", "Gallons"]
|
||||||
|
|
||||||
base_value_type = "exact"
|
base_value_type = "exact"
|
||||||
base_value = "0.003785411784"
|
base_value = "0.003785411784"
|
||||||
|
|
Loading…
Reference in New Issue