UNPKG

656 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var ku = {
5 code: 'ku',
6 week: {
7 dow: 6, // Saturday is the first day of the week.
8 doy: 12, // The week that contains Jan 1st is the first week of the year.
9 },
10 direction: 'rtl',
11 buttonText: {
12 prev: 'پێشتر',
13 next: 'دواتر',
14 today: 'ئەمڕو',
15 month: 'مانگ',
16 week: 'هەفتە',
17 day: 'ڕۆژ',
18 list: 'بەرنامە',
19 },
20 weekText: 'هەفتە',
21 allDayText: 'هەموو ڕۆژەکە',
22 moreLinkText: 'زیاتر',
23 noEventsText: 'هیچ ڕووداوێك نیە',
24 };
25
26 return ku;
27
28}());