GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var gl = {5code: 'gl',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: 'Ant',12next: 'Seg',13today: 'Hoxe',14month: 'Mes',15week: 'Semana',16day: 'Día',17list: 'Axenda',18},19weekText: 'Sm',20allDayText: 'Todo o día',21moreLinkText: 'máis',22noEventsText: 'Non hai eventos para amosar',23};24
25return gl;26
27}());28