Add dogs allowed field to more presets

This commit is contained in:
Onni Hakala 2025-08-10 12:32:54 +03:00
parent 2d53ca9b69
commit ee77136322
No known key found for this signature in database
10 changed files with 16 additions and 3 deletions

View file

@ -5,9 +5,11 @@
"strings": {
"options": {
"yes": "Allowed",
"no": "Not Allowed",
"designated": "Intended for dogs",
"outside": "Allowed only outside",
"leashed": "Leashed Only",
"unleashed": "Leashes Not Required",
"no": "Not Allowed"
"unleashed": "Leashes Not Required"
}
},
"autoSuggestions": false,