From 0467f907ff7fc1fd9e7044270d747ca39ba84847 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@cg.tuwien.ac.at>
Date: Wed, 21 Aug 2019 09:30:44 +0200
Subject: [PATCH] Leisure: update 'leisure=pitch sport=*' translation for
 multi-values

---
 leisure.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leisure.json b/leisure.json
index 4da0924..e39dd07 100644
--- a/leisure.json
+++ b/leisure.json
@@ -29,7 +29,7 @@
     "feature": {
         "description": [
             "{% if tags.leisure == 'pitch' and tags.sport %}",
-            "  {% set pitchName = tagTrans('leisure', 'pitch sport=' ~ tags.sport) %}",
+            "  {% set pitchName = tagTransList('leisure=pitch sport', tags.sport) %}",
             "{% endif %}",
             "",
             "{% if pitchName and pitchName != tags.sport %}",