LaravelTest
28 строк · 647.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var arLy = {5code: 'ar-ly',6week: {7dow: 6, // Saturday is the first day of the week.8doy: 12, // The week that contains Jan 1st is the first week of the year.9},10direction: 'rtl',11buttonText: {12prev: 'السابق',13next: 'التالي',14today: 'اليوم',15month: 'شهر',16week: 'أسبوع',17day: 'يوم',18list: 'أجندة',19},20weekText: 'أسبوع',21allDayText: 'اليوم كله',22moreLinkText: 'أخرى',23noEventsText: 'أي أحداث لعرض',24};25
26return arLy;27
28}());29