Use same formatting as weblate for translation files

This commit is contained in:
Pieter Vander Vennet 2021-09-22 16:58:25 +02:00
parent 18a1221dd4
commit 73f76881c4
45 changed files with 14743 additions and 14743 deletions

View file

@ -1,65 +1,65 @@
{
"id": "visitor_information_centre",
"name": {
"en": "Visitor Information Centre",
"nl": "Bezoekerscentrum"
},
"minzoom": 12,
"source": {
"osmTags": {
"and": [
{
"or": [
"information=visitor_centre",
"information=office"
]
}
]
}
},
"title": {
"render": {
"nl": "{name}",
"en": "{name}"
"id": "visitor_information_centre",
"name": {
"en": "Visitor Information Centre",
"nl": "Bezoekerscentrum"
},
"mappings": [
{
"if": {
"and": [
"name:nl~*"
]
},
"then": {
"nl": "{name:nl}"
"minzoom": 12,
"source": {
"osmTags": {
"and": [
{
"or": [
"information=visitor_centre",
"information=office"
]
}
]
}
},
{
"if": {
"and": [
"name~*"
]
},
"title": {
"render": {
"nl": "{name}",
"en": "{name}"
},
"then": {
"nl": "{name}",
"en": "{name}"
}
}
]
},
"description": {
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd."
},
"tagRenderings": [],
"icon": {
"render": "./assets/layers/visitor_information_centre/information.svg"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#E64C00"
},
"presets": [],
"wayHandling": 1
"mappings": [
{
"if": {
"and": [
"name:nl~*"
]
},
"then": {
"nl": "{name:nl}"
}
},
{
"if": {
"and": [
"name~*"
]
},
"then": {
"nl": "{name}",
"en": "{name}"
}
}
]
},
"description": {
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd."
},
"tagRenderings": [],
"icon": {
"render": "./assets/layers/visitor_information_centre/information.svg"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#E64C00"
},
"presets": [],
"wayHandling": 1
}