Use =name instead of name as not to reuse wrong translations in etymology

This commit is contained in:
Pieter Vander Vennet 2022-02-24 02:38:25 +01:00
parent 07868f0464
commit 72684e6b81
3 changed files with 27 additions and 8 deletions

View file

@ -114,12 +114,12 @@
}
}
}
},
},
{
"builtin": "etymology",
"override": {
"id": "cultural_places_without_etymology",
"name": {
"=name": {
"en": "Cultural places without etymology information"
},
"minzoom": 18,
@ -145,7 +145,7 @@
"builtin": "etymology",
"override": {
"id": "toursistic_places_without_etymology",
"name": {
"=name": {
"en": "Toursistic places without etymology information"
},
"minzoom": 18,
@ -170,7 +170,7 @@
"builtin": "etymology",
"override": {
"id": "health_and_social_places_without_etymology",
"name": {
"=name": {
"en": "Healtch and social places without etymology information"
},
"minzoom": 18,
@ -194,7 +194,7 @@
"builtin": "etymology",
"override": {
"id": "sport_places_without_etymology",
"name": {
"=name": {
"en": "Sport places without etymology information"
},
"minzoom": 18,
@ -213,7 +213,7 @@
}
}
}
}
}
],
"hideFromOverview": false
}
}