LaravelTest
27 строк · 577.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var nl = {5code: 'nl',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: 'Vorige',12next: 'Volgende',13today: 'Vandaag',14year: 'Jaar',15month: 'Maand',16week: 'Week',17day: 'Dag',18list: 'Agenda',19},20allDayText: 'Hele dag',21moreLinkText: 'extra',22noEventsText: 'Geen evenementen om te laten zien',23};24
25return nl;26
27}());28