Update public_bookcase.json

ToDo (optional):
- Decide whether to keep books=children;adults (possibly redundant; may mean the same as leaving it empty)
- Lock values `children`/`adults`(/`children;adults`) (combined choice + string question, like opening hours).
This commit is contained in:
danieldegroot2 2022-05-03 18:55:38 +02:00 committed by GitHub
parent 174ced9967
commit 2b60075c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,12 +144,23 @@
"id": "bookcase-booktypes",
"question": {
"en": "What kind of books can be found in this public bookcase?",
"nl": "Voor welke doelgroep zijn de meeste boeken in dit boekenruilkastje?",
"nl": "Welke soort boeken zijn de meeste boeken in dit boekenruilkastje?",
"de": "Welche Art von Büchern sind in diesem öffentlichen Bücherschrank zu finden?",
"fr": "Quel type de livres peut-on dans cette microbibliothèque ?",
"it": "Che tipo di libri si possono trovare in questa microbiblioteca?",
"ru": "Какие книги можно найти в этом общественном книжном шкафу?",
"hu": "Milyen fajta könyvek találhatók ezen a közösségi könyvespolcon?"
},
"render": {
"nl": "Deze plaats serveert vooral {books}",
"en": "This place mostly serves {books}",
"de": "An diesem Ort gibt es hauptsächlich {books}"
},
"freeform": {
"key": "books",
"addExtraTags": [
"fixme=Freeform tag `books` used, to be doublechecked"
]
},
"mappings": [
{
@ -534,4 +545,4 @@
}
}
]
}
}