Add inch and feet as allowed units
This commit is contained in:
2
l18n
2
l18n
Submodule l18n updated: 849bf8870d...f0417c7857
@ -16,7 +16,9 @@ final class MDUnitsSet extends MDValueSet {
|
||||
|
||||
const UNITS_LENGTH_TO_MILLIMETER = [
|
||||
'm' => 1000,
|
||||
'ft' => 304.8,
|
||||
'dm' => 100,
|
||||
'in' => 25.4,
|
||||
'cm' => 10,
|
||||
'mm' => 1,
|
||||
];
|
||||
|
Reference in New Issue
Block a user