@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 567 B
JavaScript
var l2 = {
code: 'ar-kw',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
prevText: 'السابق',
nextText: 'التالي',
todayText: 'اليوم',
yearText: 'سنة',
monthText: 'شهر',
weekTextLong: 'أسبوع',
dayText: 'يوم',
listText: 'أجندة',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
export { l2 as l };