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",
|
||||
"pa_PK": "ہسپتال",
|
||||
"ru": "Больница"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": "{name}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "A layer showing hospital grounds",
|
||||
|
|
Loading…
Reference in a new issue