diff client/Makefile @ 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 bba166f0326e
line wrap: on
line diff
--- a/client/Makefile	Tue Jul 03 16:18:29 2018 +0200
+++ b/client/Makefile	Tue Jul 03 17:46:06 2018 +0200
@@ -7,7 +7,7 @@
 OUTPUT_DIR = src
 
 # Available locales for the app.
-LOCALES = de_DE en_GB it_IT
+LOCALES = de_AT en_GB
 
 # Name of the generated .po files for each available locale.
 LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))