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