forked from MapComplete/MapComplete
Fix various issues in themes
This commit is contained in:
parent
701050c93b
commit
f55e5cf26c
5 changed files with 121 additions and 18 deletions
|
@ -272,21 +272,6 @@
|
|||
"pt": "Estacionamento ao nível da superfície"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "location=rooftop",
|
||||
"then": {
|
||||
"en": "Rooftop parking",
|
||||
"nl": "Dakparking",
|
||||
"fr": "Parking sur un toit",
|
||||
"hu": "Tetőparkoló",
|
||||
"it": "Parcheggio sul tetto",
|
||||
"ru": "Парковка на крыше",
|
||||
"zh_Hant": "屋頂停車場",
|
||||
"pt_BR": "Estacionamento no telhado",
|
||||
"de": "Parkplatz auf dem Dach",
|
||||
"pt": "Estacionamento no telhado"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "Underground?"
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
"*": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
"*": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -348,7 +349,7 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Is there some extra info?",
|
||||
"nl": "Is er extra info die je kwijt wil?"
|
||||
"nl": "Is er extra info die je kwijt wil?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Extra info: <i>{description:0}</i>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue