From 25429581116609b5f0173c83e3f6a50da1bbc6ff Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 6 Dec 2022 00:50:12 +0100 Subject: [PATCH] Make has_image-option translatable --- assets/layers/filters/filters.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/layers/filters/filters.json b/assets/layers/filters/filters.json index 97e293595..181b3f8d2 100644 --- a/assets/layers/filters/filters.json +++ b/assets/layers/filters/filters.json @@ -61,7 +61,10 @@ "id": "has_image", "options": [ { - "question": "With and without images" + "question": { + "en":"With and without images", + "nl": "Met en zonder afbeelding" + } }, { "question": { @@ -170,4 +173,4 @@ ] } ] -} \ No newline at end of file +}