Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-04-07 03:14:21 +02:00
parent c8e8908148
commit 6e3dd6a8d5
2 changed files with 51 additions and 42 deletions

View file

@ -412,29 +412,37 @@
"filter": [
{
"id": "shop-type",
"options": [{
"fields": [{
"name": "search",
"type": "string"
}],
"osmTags": "shop~^.*{search}.*$",
"question": {
"en": "Only show shops selling {search}"
"options": [
{
"fields": [
{
"name": "search",
"type": "string"
}
],
"osmTags": "shop~^.*{search}.*$",
"question": {
"en": "Only show shops selling {search}"
}
}
}
]
},
{
"id": "shop-name",
"options": [{
"fields": [{
"name": "search",
"type": "string"
}],
"osmTags": "name~^.*{search}.*$",
"question": {
"en": "Only show shops with name {search}"
"options": [
{
"fields": [
{
"name": "search",
"type": "string"
}
],
"osmTags": "name~^.*{search}.*$",
"question": {
"en": "Only show shops with name {search}"
}
}
}]}
]
}
]
}