Themes(guideposts): add boat=yes and canoe=yes, fix #2535

This commit is contained in:
Pieter Vander Vennet 2025-09-20 19:59:47 +02:00
parent ffdb295019
commit b4ac97e1f9

View file

@ -204,6 +204,28 @@
"cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku", "cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku",
"nl": "Deze wegwijzer toont winterwandelroutes" "nl": "Deze wegwijzer toont winterwandelroutes"
} }
},
{
"if": "boat=yes",
"ifnot": "boat=",
"alsoShowIf": "guidepost~.*boat.*",
"addExtraTags": [
"guidepost="
],
"then": {
"en": "This guidepost shows boating routes"
}
},
{
"if": "canoe=yes",
"ifnot": "canoe=",
"alsoShowIf": "guidepost~.*canoe.*",
"addExtraTags": [
"guidepost="
],
"then": {
"en": "This guidepost shows peddling routes"
}
} }
], ],
"multiAnswer": true "multiAnswer": true