fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
31 lines (26 loc) • 939 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __km$l44 = {
code: 'km',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'មុន',
nextText: 'បន្ទាប់',
todayText: 'ថ្ងៃនេះ',
yearText: 'ឆ្នាំ',
monthText: 'ខែ',
weekTextLong: 'សប្តាហ៍',
dayText: 'ថ្ងៃ',
listText: 'បញ្ជី',
allDayText: 'ពេញមួយថ្ងៃ',
moreLinkText: 'ច្រើនទៀត',
noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
};
globalLocales.push(__km$l44);
})(FullCalendar.Shared);