Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2022-12-31 01:30:49 +01:00
commit 28321243c2
12 changed files with 120 additions and 36 deletions

View file

@ -77,6 +77,46 @@
"builtin": "climbing.fee"
},
"opening_hours",
{
"id": "shoe_rental",
"question": {
"en": "Can one rent climbing shoes here?"
},
"mappings": [
{
"if": "service:rental:climbing_shoes=yes",
"then": {
"en": "Climbing shoes can be rented here"
}
},
{
"if": "service:rental:climbing_shoes=no",
"then": {
"en": "Climbing shoes can <b>not</b> be rented here"
}
}
]
},
{
"id": "harness_rental",
"question": {
"en": "Can one rent a climbing harness here?"
},
"mappings": [
{
"if": "service:rental:climbing_harness=yes",
"then": {
"en": "A climbing harness can be rented here"
}
},
{
"if": "service:rental:climbing_harness=no",
"then": {
"en": "A climbing harness can <b>not</b> be rented here"
}
}
]
},
"climbing.toprope",
{
"builtin": "climbing.average_length",
@ -171,4 +211,4 @@
}
}
]
}
}

View file

@ -171,7 +171,16 @@
"en": "Parking Space",
"de": "Stellplatz",
"nl": "Parkeerplek"
}
},
"mappings": [
{
"if": "parking_space=disabled",
"then": {
"en": "Disabled Parking Space",
"nl": "Parkeerplek voor gehandicapten"
}
}
]
},
"mapRendering": [
{