forked from MapComplete/MapComplete
Add opening_hours=closed option, reset translations
This commit is contained in:
parent
7b590e73a2
commit
0ba556a412
13 changed files with 29 additions and 14 deletions
|
@ -726,13 +726,23 @@
|
|||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"#": "Just here to be able to handle those ~5000 incorrect 'opening_hours=closed' elements.",
|
||||
"if": "opening_hours=closed",
|
||||
"then": {
|
||||
"en": "Marked as closed for an unspecified time"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "opening_hours_24_7",
|
||||
"builtin": "opening_hours",
|
||||
"override": {
|
||||
"mappings": [
|
||||
"+mappings": [
|
||||
{
|
||||
"if": "opening_hours=24/7",
|
||||
"then": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue