From 94431bd6b22fd3b95719d4b8c9e48b91db38a4db Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 20 May 2019 12:05:29 +0200 Subject: [PATCH] Added translation --- maestro.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maestro.json b/maestro.json index 81ebc4c..aee738f 100644 --- a/maestro.json +++ b/maestro.json @@ -2,7 +2,8 @@ "type": "overpass", "name": { "en": "Maestro Payment", - "nl": "Maestro Betaling" + "nl": "Maestro Betaling", + "de": "Maestro Zahlung" }, "query": { "15": [ @@ -21,6 +22,7 @@ " {% set payment_color='white' %}", "{% endif %}" ], + "markerSign": "", "markerSymbol": "{{ markerPointer({\"fillColor\":payment_color})|raw }}" } }