tikiwiki/packages/tiki-pkg-fullcalendarscheduler/npm-asset/fullcalendar-scheduler/locales/en-au.js

25 lines
457 B
JavaScript
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
FullCalendar.globalLocales.push(function () {
'use strict';
var enAu = {
code: "en-au",
week: {
dow: 1,
doy: 4
},
buttonHints: {
prev: "Previous $0",
next: "Next $0",
today: "This $0"
},
viewHint: "$0 view",
navLinkHint: "Go to $0",
moreLinkHint: function(eventCnt) {
return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
}
};
return enAu;
}());