LaravelTest
27 строк · 571.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var da = {5code: 'da',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'Forrige',12next: 'Næste',13today: 'I dag',14month: 'Måned',15week: 'Uge',16day: 'Dag',17list: 'Agenda',18},19weekText: 'Uge',20allDayText: 'Hele dagen',21moreLinkText: 'flere',22noEventsText: 'Ingen arrangementer at vise',23};24
25return da;26
27}());28