LaravelTest
30 строк · 678.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var fa = {5code: 'fa',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: function(n) {23return 'بیش از ' + n24},25noEventsText: 'هیچ رویدادی به نمایش',26};27
28return fa;29
30}());31