LaravelTest
27 строк · 567.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var esUs = {5code: 'es',6week: {7dow: 0, // Sunday is the first day of the week.8doy: 6, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'Ant',12next: 'Sig',13today: 'Hoy',14month: 'Mes',15week: 'Semana',16day: 'Día',17list: 'Agenda',18},19weekText: 'Sm',20allDayText: 'Todo el día',21moreLinkText: 'más',22noEventsText: 'No hay eventos para mostrar',23};24
25return esUs;26
27}());28