[TASK] Only include additional german locale
English is default
This commit is contained in:
parent
9afb214360
commit
0a22ed5e6f
5 changed files with 7 additions and 5 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue