improve question context
specify "new bikes" in question, to explicitly distinguish between bicycles, when a shop sells second-hand bikes, too.
This commit is contained in:
parent
1ec2b58742
commit
b830a77691
1 changed files with 3 additions and 3 deletions
|
@ -320,7 +320,7 @@
|
|||
{
|
||||
"if": "service:bicycle:retail=yes",
|
||||
"then": {
|
||||
"en": "This shop sells bikes",
|
||||
"en": "This shop sells new bikes",
|
||||
"nl": "Deze winkel verkoopt fietsen",
|
||||
"fr": "Ce magasin vend des vélos",
|
||||
"gl": "Esta tenda vende bicicletas",
|
||||
|
@ -337,7 +337,7 @@
|
|||
{
|
||||
"if": "service:bicycle:retail=no",
|
||||
"then": {
|
||||
"en": "This shop doesn't sell bikes",
|
||||
"en": "This shop doesn't sell new bikes",
|
||||
"nl": "Deze winkel verkoopt geen fietsen",
|
||||
"fr": "Ce magasin ne vend pas de vélo",
|
||||
"gl": "Esta tenda non vende bicicletas",
|
||||
|
@ -815,4 +815,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue