Readd attribution, small fixes

This commit is contained in:
Pieter Vander Vennet 2020-11-25 16:10:14 +01:00
parent dc5cd08a3a
commit 43a9b57db9
7 changed files with 369 additions and 355 deletions

View file

@ -71,6 +71,21 @@
"gl": "Bomba de ar estragada",
"de": "Kaputte Pumpe"
}
},{
"if": {
"and": [
"service:bicycle:pump=yes",
"service:bicycle:tools=no",
"name~*"
]
},
"then": {
"en": "Bicycle pump <i>{name}</i>",
"nl": "Fietspomp <i>{name}</i>",
"fr": "Pompe de vélo <i>{name}</i>",
"gl": "Bomba de ar <i>{name}</i>",
"de": "Fahrradpumpe <i>{name}</i>"
}
},
{
"if": {