Readd attribution, small fixes
This commit is contained in:
parent
dc5cd08a3a
commit
43a9b57db9
7 changed files with 369 additions and 355 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue