@fullcalendar/web-component
Version:
Custom Element for FullCalendar
21 lines (19 loc) • 502 B
JavaScript
var l14 = {
code: 'cy',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'Blaenorol',
nextText: 'Nesaf',
todayText: 'Heddiw',
yearText: 'Blwyddyn',
monthText: 'Mis',
weekTextLong: 'Wythnos',
dayText: 'Dydd',
listText: 'Rhestr',
allDayText: 'Trwy\'r\ndydd',
moreLinkText: 'Mwy',
noEventsText: 'Dim digwyddiadau',
};
export { l14 as l };