LaravelTest
29 строк · 622.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var sq = {5code: 'sq',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: 'mbrapa',12next: 'Përpara',13today: 'sot',14month: 'Muaj',15week: 'Javë',16day: 'Ditë',17list: 'Listë',18},19weekText: 'Ja',20allDayText: 'Gjithë ditën',21moreLinkText: function(n) {22return '+më tepër ' + n23},24noEventsText: 'Nuk ka evente për të shfaqur',25};26
27return sq;28
29}());30