LaravelTest
29 строк · 622.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var bs = {5code: 'bs',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: 'Prošli',12next: 'Sljedeći',13today: 'Danas',14month: 'Mjesec',15week: 'Sedmica',16day: 'Dan',17list: 'Raspored',18},19weekText: 'Sed',20allDayText: 'Cijeli dan',21moreLinkText: function(n) {22return '+ još ' + n23},24noEventsText: 'Nema događaja za prikazivanje',25};26
27return bs;28
29}());30