LaravelTest
27 строк · 596.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var fi = {5code: 'fi',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: 'Edellinen',12next: 'Seuraava',13today: 'Tänään',14month: 'Kuukausi',15week: 'Viikko',16day: 'Päivä',17list: 'Tapahtumat',18},19weekText: 'Vk',20allDayText: 'Koko päivä',21moreLinkText: 'lisää',22noEventsText: 'Ei näytettäviä tapahtumia',23};24
25return fi;26
27}());28