From 8048d8222144b19253cba6e9af365bb6c19a2d30 Mon Sep 17 00:00:00 2001 From: Holger Jeromin Date: Tue, 31 Aug 2021 08:44:13 +0200 Subject: [PATCH] Adding translation for fast_food --- js/popupcontent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/popupcontent.js b/js/popupcontent.js index 19179f61a..44ed55415 100644 --- a/js/popupcontent.js +++ b/js/popupcontent.js @@ -87,6 +87,7 @@ function popupcontent(feature, layer) { .replace("butter", "Butter") .replace("marketplace", "Marktplatz") .replace("bread", "Brot") + .replace("fast_food", "Schnellimbiss") .replace("food", "Lebensmittel") .replace("drinks", "Getränke") + "");