Add new units to the bottom as not to break translations

This commit is contained in:
Pieter Vander Vennet 2021-07-13 18:36:31 +02:00
parent 54a084d81c
commit f5cc180eea

View file

@ -129,24 +129,7 @@
} }
], ],
"units": [ "units": [
{ {
"appliesToKey": [
"height","rotor:diameter"
],
"applicableUnits": [
{
"canonicalDenomination": "m",
"alternativeDenomination": [
"meter"
],
"human": {
"en": " meter",
"nl": " meter"
}
}
]
},
{
"appliesToKey": [ "appliesToKey": [
"generator:output:electricity" "generator:output:electricity"
], ],
@ -197,6 +180,23 @@
} }
], ],
"eraseInvalidValues": true "eraseInvalidValues": true
},
{
"appliesToKey": [
"height","rotor:diameter"
],
"applicableUnits": [
{
"canonicalDenomination": "m",
"alternativeDenomination": [
"meter"
],
"human": {
"en": " meter",
"nl": " meter"
}
}
]
} }
], ],
"defaultBackgroundId": "CartoDB.Voyager" "defaultBackgroundId": "CartoDB.Voyager"