From fec581548e25737bd11125a65a9a7afc82416433 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 21 Apr 2023 23:19:18 +0200 Subject: [PATCH] i18n --- umap/static/umap/locale/de.js | 2 +- umap/static/umap/locale/de.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/locale/de.js b/umap/static/umap/locale/de.js index 2a6c6fea..ba8c0ee2 100644 --- a/umap/static/umap/locale/de.js +++ b/umap/static/umap/locale/de.js @@ -384,4 +384,4 @@ var locale = { "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein" }; L.registerLocale("de", locale); -L.setLocale("de"); \ No newline at end of file +L.setLocale("de"); diff --git a/umap/static/umap/locale/de.json b/umap/static/umap/locale/de.json index de448695..72069e20 100644 --- a/umap/static/umap/locale/de.json +++ b/umap/static/umap/locale/de.json @@ -382,4 +382,8 @@ "Permanent credits background": "Dauerhafte Danksagung im Hintergrund", "Select data": "Wähle Daten aus", "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein" -} \ No newline at end of file +<<<<<<< HEAD +} +======= +} +>>>>>>> 15a1802 (i18n)