Small tweak to bike shop translations

This commit is contained in:
Pieter Vander Vennet 2022-06-05 00:31:53 +02:00
parent 7b4d4e38e6
commit af4ed4af80

View file

@ -84,7 +84,9 @@
"shop~*" "shop~*"
] ]
}, },
"then": "Other shop" "then": {
"en": "Winkel"
}
}, },
{ {
"if": { "if": {
@ -92,7 +94,9 @@
{ {
"or": [ "or": [
"service:bicycle:rental=yes", "service:bicycle:rental=yes",
"amenity=bicycle_rental" "amenity=bicycle_rental",
"shop=rental",
"shop=bicycle_rental"
] ]
} }
] ]