LaravelTest
28 строк · 649.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var bg = {5code: 'bg',6week: {7dow: 1, // Monday is the first day of the week.8doy: 7, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'назад',12next: 'напред',13today: 'днес',14month: 'Месец',15week: 'Седмица',16day: 'Ден',17list: 'График',18},19allDayText: 'Цял ден',20moreLinkText: function(n) {21return '+още ' + n22},23noEventsText: 'Няма събития за показване',24};25
26return bg;27
28}());29