Generate translations

This commit is contained in:
Robin van der Linde 2022-07-18 10:08:39 +02:00
parent 1ce88c18c5
commit 512282772a
Signed by untrusted user: Robin-van-der-Linde
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

@ -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": {