[TASK] Only include additional german locale

English is default
This commit is contained in:
Xaver Maierhofer 2016-05-22 15:40:13 +02:00 committed by Milan Pässler
commit 04eb8f039b
5 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
define(["moment", "router", "leaflet", "gui", "numeral"],
define(["moment", "router", "leaflet", "gui", "numeral", "moment.de"],
function (moment, Router, L, GUI, numeral) {
return function (config) {
function handleData(data) {