A11y: more feedback, add translations, fix some bugs with OH

This commit is contained in:
Pieter Vander Vennet 2024-01-29 16:43:23 +01:00
parent 7ac84dd675
commit 46890c7beb
12 changed files with 165 additions and 84 deletions

View file

@ -176,7 +176,8 @@
"en": "Only too-hard tasks",
"nl": "Enkel foutieve taken"
},
"osmTags": "mr_taskStatus=Too_hard" }
"osmTags": "mr_taskStatus=Too_hard"
}
]
}
],
@ -203,13 +204,16 @@
],
"iconSize": "40,40",
"anchor": "bottom",
"iconBadges": [{
"if": "mr_taskStatus=Too_Hard",
"then": "invalid"
},{
"if": "mr_taskStatus=Fixed",
"then": "confirm"
}]
"iconBadges": [
{
"if": "mr_taskStatus=Too_Hard",
"then": "invalid"
},
{
"if": "mr_taskStatus=Fixed",
"then": "confirm"
}
]
}
]
},