@fullcalendar/web-component
Version:
Custom Element for FullCalendar
21 lines (19 loc) • 683 B
JavaScript
var 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: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
};
export { l44 as l };