First Commit
This commit is contained in:
28
html/sternwarte/kalender/lib/locales/cy.js
Normal file
28
html/sternwarte/kalender/lib/locales/cy.js
Normal file
@@ -0,0 +1,28 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var cy = {
|
||||
code: "cy",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Blaenorol",
|
||||
next: "Nesaf",
|
||||
today: "Heddiw",
|
||||
year: "Blwyddyn",
|
||||
month: "Mis",
|
||||
week: "Wythnos",
|
||||
day: "Dydd",
|
||||
list: "Rhestr"
|
||||
},
|
||||
weekText: "Wythnos",
|
||||
allDayText: "Trwy'r dydd",
|
||||
moreLinkText: "Mwy",
|
||||
noEventsText: "Dim digwyddiadau"
|
||||
};
|
||||
|
||||
return cy;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user