diff client/package.json @ 159:3d9341f6da4e

feat: Locale of browser determines the default language The locale chosen by the user seems a sane default for the default loclae of the application. To safely determine the browsers locale, locale2 was chosen. Localizations were renewed. Configuration variable is no longer needed in .env.sample de_DE localization is not needed. de_AT is needed.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 03 Jul 2018 17:46:06 +0200
parents 0fd572582ab8
children 7c40e9f28f94
line wrap: on
line diff
--- a/client/package.json	Tue Jul 03 16:18:29 2018 +0200
+++ b/client/package.json	Tue Jul 03 17:46:06 2018 +0200
@@ -13,6 +13,7 @@
     "axios": "^0.18.0",
     "bootstrap": "^4.1.1",
     "font-awesome": "^4.7.0",
+    "locale2": "^2.2.0",
     "ol": "^5.0.0",
     "vue": "^2.5.16",
     "vue-router": "^3.0.1",