GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var eo = {5code: 'eo',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: 'Antaŭa',12next: 'Sekva',13today: 'Hodiaŭ',14month: 'Monato',15week: 'Semajno',16day: 'Tago',17list: 'Tagordo',18},19weekText: 'Sm',20allDayText: 'Tuta tago',21moreLinkText: 'pli',22noEventsText: 'Neniuj eventoj por montri',23};24
25return eo;26
27}());28