Themes: properly show the name of the hospital
This commit is contained in:
parent
41fdeb9cb5
commit
9739973f2e
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,13 @@
|
||||||
"nl": "Ziekenhuis",
|
"nl": "Ziekenhuis",
|
||||||
"pa_PK": "ہسپتال",
|
"pa_PK": "ہسپتال",
|
||||||
"ru": "Больница"
|
"ru": "Больница"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "name~*",
|
||||||
|
"then": "{name}"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A layer showing hospital grounds",
|
"en": "A layer showing hospital grounds",
|
||||||
|
|
Loading…
Reference in a new issue