fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
33 lines (28 loc) • 1.02 kB
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __th$l70 = {
code: 'th',
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: 'ถัดไป',
prevYearText: 'ปีก่อนหน้า',
nextYearText: 'ปีถัดไป',
yearText: 'ปี',
todayText: 'วันนี้',
monthText: 'เดือน',
weekTextLong: 'สัปดาห์',
dayText: 'วัน',
listText: 'กำหนดการ',
allDayText: 'ตลอดวัน',
moreLinkText: 'เพิ่มเติม',
noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
};
globalLocales.push(__th$l70);
})(FullCalendar.Shared);