GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var hr = {5code: 'hr',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: 'Prijašnji',12next: 'Sljedeći',13today: 'Danas',14month: 'Mjesec',15week: 'Tjedan',16day: 'Dan',17list: 'Raspored',18},19weekText: 'Tje',20allDayText: 'Cijeli dan',21moreLinkText: function(n) {22return '+ još ' + n23},24noEventsText: 'Nema događaja za prikaz',25};26
27return hr;28
29}());30