comparison client/yarn.lock @ 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
comparison
equal deleted inserted replaced
158:992e17912405 159:3d9341f6da4e
5236 dependencies: 5236 dependencies:
5237 big.js "^3.1.3" 5237 big.js "^3.1.3"
5238 emojis-list "^2.0.0" 5238 emojis-list "^2.0.0"
5239 json5 "^0.5.0" 5239 json5 "^0.5.0"
5240 5240
5241 locale2@^2.2.0:
5242 version "2.2.0"
5243 resolved "https://registry.yarnpkg.com/locale2/-/locale2-2.2.0.tgz#8efe70ce39b5a7917f1ef5b469df7f1c1f5ccad4"
5244
5241 locate-path@^2.0.0: 5245 locate-path@^2.0.0:
5242 version "2.0.0" 5246 version "2.0.0"
5243 resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" 5247 resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
5244 dependencies: 5248 dependencies:
5245 p-locate "^2.0.0" 5249 p-locate "^2.0.0"