From 8512e6855c1a6e3c310a29055d9cebe8f3f07791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= 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 %}",