Fix translation override for etymology

This commit is contained in:
pietervdvn 2022-02-14 16:02:59 +01:00
parent 84b14cd7e4
commit 204f890cb4
7 changed files with 16 additions and 16 deletions

View file

@ -43,7 +43,7 @@
"builtin": "etymology", "builtin": "etymology",
"override": { "override": {
"id": "streets_without_etymology", "id": "streets_without_etymology",
"name": { "=name": {
"en": "Streets without etymology information", "en": "Streets without etymology information",
"nl": "Straten zonder etymologische informatie", "nl": "Straten zonder etymologische informatie",
"de": "Straßen ohne Informationen zur Namensherkunft", "de": "Straßen ohne Informationen zur Namensherkunft",
@ -67,7 +67,7 @@
"builtin": "etymology", "builtin": "etymology",
"override": { "override": {
"id": "parks_and_forests_without_etymology", "id": "parks_and_forests_without_etymology",
"name": { "=name": {
"en": "Parks and forests without etymology information", "en": "Parks and forests without etymology information",
"nl": "Parken en bossen zonder etymologische informatie", "nl": "Parken en bossen zonder etymologische informatie",
"de": "Parks und Waldflächen ohne Informationen zur Namensherkunft", "de": "Parks und Waldflächen ohne Informationen zur Namensherkunft",
@ -95,7 +95,7 @@
"builtin": "etymology", "builtin": "etymology",
"override": { "override": {
"id": "education_institutions_without_etymology", "id": "education_institutions_without_etymology",
"name": { "=name": {
"en": "Education institutions without etymology information" "en": "Education institutions without etymology information"
}, },
"minzoom": 18, "minzoom": 18,

View file

@ -716,12 +716,12 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "Straßen ohne Informationen zur Namensherkunft" "=name": "Straßen ohne Informationen zur Namensherkunft"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "Parks und Waldflächen ohne Informationen zur Namensherkunft" "=name": "Parks und Waldflächen ohne Informationen zur Namensherkunft"
} }
} }
}, },

View file

@ -726,17 +726,17 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "Streets without etymology information" "=name": "Streets without etymology information"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "Parks and forests without etymology information" "=name": "Parks and forests without etymology information"
} }
}, },
"3": { "3": {
"override": { "override": {
"name": "Education institutions without etymology information" "=name": "Education institutions without etymology information"
} }
} }
}, },

View file

@ -216,12 +216,12 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "Etimológiai adat nélküli utcák" "=name": "Etimológiai adat nélküli utcák"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "Etimológiai adat nélküli parkok és erdők" "=name": "Etimológiai adat nélküli parkok és erdők"
} }
} }
}, },

View file

@ -669,12 +669,12 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "Strade senza informazioni etimologiche" "=name": "Strade senza informazioni etimologiche"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "Parchi e foreste senza informazioni etimologiche" "=name": "Parchi e foreste senza informazioni etimologiche"
} }
} }
}, },

View file

@ -603,12 +603,12 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "Straten zonder etymologische informatie" "=name": "Straten zonder etymologische informatie"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "Parken en bossen zonder etymologische informatie" "=name": "Parken en bossen zonder etymologische informatie"
} }
} }
}, },

View file

@ -309,12 +309,12 @@
"layers": { "layers": {
"1": { "1": {
"override": { "override": {
"name": "道路沒有詞源資訊" "=name": "道路沒有詞源資訊"
} }
}, },
"2": { "2": {
"override": { "override": {
"name": "公園與森哥沒有詞源資訊" "=name": "公園與森哥沒有詞源資訊"
} }
} }
}, },