Fix some translations, fix schoolyard in playground theme

This commit is contained in:
pietervdvn 2022-06-27 09:05:16 +02:00
parent f6e164e796
commit af1e1a4fc7
4 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -73,8 +73,12 @@
}, },
{ {
"id": "name", "id": "name",
"question": {"en": "What is the name of this facility?"}, "question": {
"render": {"en": "This facility is named <b>{name}</b>"}, "en": "What is the name of this facility?"
},
"render": {
"en": "This facility is named <b>{name}</b>"
},
"freeform": { "freeform": {
"key": "name" "key": "name"
} }
@ -173,4 +177,4 @@
"enableRelocation": true, "enableRelocation": true,
"enableImproveAccuracy": true "enableImproveAccuracy": true
} }
} }

View file

@ -365,7 +365,7 @@
} }
}, },
{ {
"if": "leisure=playground", "if": "leisure=schoolyard",
"then": { "then": {
"en": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public", "en": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public",
"nl": "Dit is een schoolplein - een zone waar de leerlingen kunnen spelen tijdens de pauze. Dit schoolplein is niet toegankelijk voor het publiek", "nl": "Dit is een schoolplein - een zone waar de leerlingen kunnen spelen tijdens de pauze. Dit schoolplein is niet toegankelijk voor het publiek",

View file

@ -4082,6 +4082,10 @@
} }
}, },
"question": "What type of facility is this?" "question": "What type of facility is this?"
},
"name": {
"question": "What is the name of this facility?",
"render": "This facility is named <b>{name}</b>"
} }
}, },
"title": { "title": {