root 2bb01ae691
All checks were successful
continuous-integration/drone/push Build is passing
🔁 Sync from production: settings and Docker updates
2025-05-15 06:30:43 +00:00

30 lines
531 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var bs = {
code: "bs",
week: {
dow: 1,
doy: 7
},
buttonText: {
prev: "Pro\u0161li",
next: "Sljede\u0107i",
today: "Danas",
month: "Mjesec",
week: "Sedmica",
day: "Dan",
list: "Raspored"
},
weekText: "Sed",
allDayText: "Cijeli dan",
moreLinkText: function(n) {
return "+ jo\u0161 " + n;
},
noEventsText: "Nema doga\u0111aja za prikazivanje"
};
return bs;
}());