GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var is = {5code: 'is',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: 'Fyrri',12next: 'Næsti',13today: 'Í dag',14month: 'Mánuður',15week: 'Vika',16day: 'Dagur',17list: 'Dagskrá',18},19weekText: 'Vika',20allDayText: 'Allan daginn',21moreLinkText: 'meira',22noEventsText: 'Engir viðburðir til að sýna',23};24
25return is;26
27}());28