@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 542 B
JavaScript
var l38 = {
code: 'id',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'mundur',
nextText: 'maju',
todayText: 'hari ini',
yearText: 'Tahun',
monthText: 'Bulan',
weekTextLong: 'Minggu',
weekTextShort: 'Mg',
dayText: 'Hari',
listText: 'Agenda',
allDayText: 'Sehari\npenuh',
moreLinkText: 'lebih',
noEventsText: 'Tidak ada acara untuk ditampilkan',
};
export { l38 as l };