LaravelTest
28 строк · 656.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var ku = {5code: 'ku',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 ku;27
28}());29