forked from MapComplete/MapComplete
Add new units to the bottom as not to break translations
This commit is contained in:
parent
54a084d81c
commit
f5cc180eea
1 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue