Add condition to bicycle rental type, add clarification in cyclofix to shop=rental

This commit is contained in:
Pieter Vander Vennet 2022-04-08 20:53:42 +02:00
parent e7f6e2e1b8
commit 13c2c2309c
2 changed files with 14 additions and 3 deletions

View file

@ -210,7 +210,16 @@
"pt_BR": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas",
"de": "Dieses Geschäft ist auf den Verkauf von {shop} spezialisiert und im Bereich Fahrrad tätig",
"pt": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas"
}
},
"mappings": [
{
"if": "shop=rental",
"then": {
"nl": "Deze zaak focust op verhuur",
"en": "Deze business focuses on rental"
}
}
]
},
{
"question": {