chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-05-07 23:50:39 +02:00
parent 16e8cdda59
commit 867cb4dcfb
67 changed files with 599 additions and 309 deletions

View file

@ -4111,6 +4111,15 @@
},
"question": "Does this elevator work?"
},
"speech_output": {
"render": {
"special": {
"question": "In which languages does this elevator have speech output?",
"render_list_item": "This elevator has speech output in {language():font-bold}",
"render_single_language": "This elevator has speech output in {language():font-bold}"
}
}
},
"tactile_writing_language": {
"render": {
"special": {
@ -4594,6 +4603,21 @@
"render": "Fitness Station"
}
},
"fixme": {
"description": "OSM objects that likely need to be fixed, based on a FIXME tag.",
"name": "OSM objects with FIXME tags",
"tagRenderings": {
"fixme": {
"render": "Fixme Text: {fixme}"
},
"note": {
"render": "Note Text: {note}"
}
},
"title": {
"render": "OSM object with FIXME tag"
}
},
"food": {
"deletion": {
"extraDeleteReasons": {
@ -8105,6 +8129,11 @@
"freeform": {
"placeholder": "Name of the operator"
},
"mappings": {
"0": {
"then": "Dutch Railways (NS)"
}
},
"question": "Who is the operator of this ticket validator?",
"render": "This ticket validator is operated by {operator}"
}