UNPKG

645 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var siLk = {
5 code: 'si-lk',
6 week: {
7 dow: 1, // Monday is the first day of the week.
8 doy: 4, // The week that contains Jan 4th is the first week of the year.
9 },
10 buttonText: {
11 prev: 'පෙර',
12 next: 'පසු',
13 today: 'අද',
14 month: 'මාසය',
15 week: 'සතිය',
16 day: 'දවස',
17 list: 'ලැයිස්තුව',
18 },
19 weekText: 'සති',
20 allDayText: 'සියලු',
21 moreLinkText: 'තවත්',
22 noEventsText: 'මුකුත් නැත',
23 };
24
25 return siLk;
26
27}());