Fix various issues in themes

This commit is contained in:
Pieter Vander Vennet 2022-02-17 23:56:53 +01:00
parent 701050c93b
commit f55e5cf26c
5 changed files with 121 additions and 18 deletions

View file

@ -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?"

View file

@ -25,7 +25,8 @@
]
},
"then": {
"*": "{name}"
"*": "{name}",
"nl": "{name}"
}
},
{

View file

@ -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>",