Small tweak to bike shop translations
This commit is contained in:
parent
7b4d4e38e6
commit
af4ed4af80
1 changed files with 6 additions and 2 deletions
|
@ -84,7 +84,9 @@
|
|||
"shop~*"
|
||||
]
|
||||
},
|
||||
"then": "Other shop"
|
||||
"then": {
|
||||
"en": "Winkel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
|
@ -92,7 +94,9 @@
|
|||
{
|
||||
"or": [
|
||||
"service:bicycle:rental=yes",
|
||||
"amenity=bicycle_rental"
|
||||
"amenity=bicycle_rental",
|
||||
"shop=rental",
|
||||
"shop=bicycle_rental"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue