From 446d32927e909dca803d051ec990ff55a02f7c5b Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 14 Apr 2022 03:04:18 +0200 Subject: [PATCH] Add climbing tree as climbing type --- assets/themes/climbing/climbing.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 9d5ca36c67..bf1a6ea2b4 100644 --- a/assets/themes/climbing/climbing.json +++ b/assets/themes/climbing/climbing.json @@ -771,7 +771,9 @@ "id": "name" }, { - "question": "What kind of climbing opportunity is this?", + "question": { + "en":"What kind of climbing opportunity is this?" + }, "mappings": [ { "if": "climbing=boulder", @@ -793,7 +795,15 @@ }, { "if": "climbing=area", - "then": "A climbing area with one or more climbing crags and/or boulders" + "then": { + "en": "A climbing area with one or more climbing crags and/or boulders" + } + }, + { + "if": "natural=tree", + "then": { + "en": "A tree which is suited for climbing" + } } ], "id": "Type"