Generate translations

This commit is contained in:
Robin van der Linde 2022-07-18 10:08:39 +02:00
parent 1ce88c18c5
commit 512282772a
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
5 changed files with 32 additions and 3 deletions

View file

@ -35,7 +35,10 @@
"or": [ "or": [
"leisure=nature_reserve", "leisure=nature_reserve",
{ {
"and": ["boundary=protected_area","protect_class!=22"] "and": [
"boundary=protected_area",
"protect_class!=22"
]
} }
] ]
} }

View file

@ -630,7 +630,7 @@
} }
} }
], ],
"isShown":{ "isShown": {
"or": [ "or": [
"_imported_osm_object_found!=true", "_imported_osm_object_found!=true",
"_imported_osm_still_fresh!=true" "_imported_osm_still_fresh!=true"

View file

@ -288,6 +288,6 @@
"then": "./assets/themes/speelplekken/youtube.svg" "then": "./assets/themes/speelplekken/youtube.svg"
} }
], ],
"isShown":"_is_shadowed!=yes" "isShown": "_is_shadowed!=yes"
} }
} }

View file

@ -4064,6 +4064,11 @@
"hotel": { "hotel": {
"description": "Layer showing all hotels", "description": "Layer showing all hotels",
"name": "Hotels", "name": "Hotels",
"presets": {
"0": {
"title": "a hotel"
}
},
"tagRenderings": { "tagRenderings": {
"name": { "name": {
"freeform": { "freeform": {
@ -4072,6 +4077,14 @@
"question": "What is the name of this hotel?", "question": "What is the name of this hotel?",
"render": "This hotel is called {name}" "render": "This hotel is called {name}"
} }
},
"title": {
"mappings": {
"0": {
"then": "Hotel {name}"
}
},
"render": "Hotel"
} }
}, },
"hydrant": { "hydrant": {

View file

@ -3940,6 +3940,11 @@
"hotel": { "hotel": {
"description": "Laag die alle hotels toont", "description": "Laag die alle hotels toont",
"name": "Hotels", "name": "Hotels",
"presets": {
"0": {
"title": "een hotel"
}
},
"tagRenderings": { "tagRenderings": {
"name": { "name": {
"freeform": { "freeform": {
@ -3948,6 +3953,14 @@
"question": "Wat is de naam van dit hotel?", "question": "Wat is de naam van dit hotel?",
"render": "Dit hotel heet {name}" "render": "Dit hotel heet {name}"
} }
},
"title": {
"mappings": {
"0": {
"then": "Hotel {name}"
}
},
"render": "Hotel"
} }
}, },
"hydrant": { "hydrant": {