LaravelTest
27 строк · 573.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var eu = {5code: 'eu',6week: {7dow: 1, // Monday is the first day of the week.8doy: 7, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'Aur',12next: 'Hur',13today: 'Gaur',14month: 'Hilabetea',15week: 'Astea',16day: 'Eguna',17list: 'Agenda',18},19weekText: 'As',20allDayText: 'Egun osoa',21moreLinkText: 'gehiago',22noEventsText: 'Ez dago ekitaldirik erakusteko',23};24
25return eu;26
27}());28