[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 Paessler
commit 0a22ed5e6f
5 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
define(["moment", "numeral", "tablesort", "tablesort.numeric"],
define(["moment", "numeral", "tablesort", "tablesort.numeric", "moment.de"],
function (moment, numeral, Tablesort) {
function showGeoURI(d) {
function showLatitude(d) {

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) {

View file

@ -1,6 +1,6 @@
define(["map/clientlayer", "map/labelslayer",
"d3", "leaflet", "moment", "locationmarker", "rbush",
"leaflet.label", "leaflet.providers"],
"leaflet.label", "leaflet.providers", "moment.de"],
function (ClientLayer, LabelsLayer, d3, L, moment, LocationMarker, rbush) {
var options = {
worldCopyJump: true,

View file

@ -1,4 +1,4 @@
define(["moment", "virtual-dom"], function (moment, V) {
define(["moment", "virtual-dom", "moment.de"], function (moment, V) {
return function (nodes, field, router, title) {
var self = this;
var el, tbody;