@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 566 B
JavaScript
var l1 = {
code: 'ar-dz',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 4, // 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 { l1 as l };