GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var lv = {5code: 'lv',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: 'Iepr.',12next: 'Nāk.',13today: 'Šodien',14month: 'Mēnesis',15week: 'Nedēļa',16day: 'Diena',17list: 'Dienas kārtība',18},19weekText: 'Ned.',20allDayText: 'Visu dienu',21moreLinkText: function(n) {22return '+vēl ' + n23},24noEventsText: 'Nav notikumu',25};26
27return lv;28
29}());30