GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var cy = {5code: 'cy',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: 'Blaenorol',12next: 'Nesaf',13today: 'Heddiw',14year: 'Blwyddyn',15month: 'Mis',16week: 'Wythnos',17day: 'Dydd',18list: 'Rhestr',19},20weekText: 'Wythnos',21allDayText: 'Trwy\'r dydd',22moreLinkText: 'Mwy',23noEventsText: 'Dim digwyddiadau',24};25
26return cy;27
28}());29