LaravelTest
27 строк · 580.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var ca = {5code: 'ca',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: 'Anterior',12next: 'Següent',13today: 'Avui',14month: 'Mes',15week: 'Setmana',16day: 'Dia',17list: 'Agenda',18},19weekText: 'Set',20allDayText: 'Tot el dia',21moreLinkText: 'més',22noEventsText: 'No hi ha esdeveniments per mostrar',23};24
25return ca;26
27}());28