First Commit
This commit is contained in:
27
html/sternwarte/kalender/lib/locales/gl.js
Normal file
27
html/sternwarte/kalender/lib/locales/gl.js
Normal file
@@ -0,0 +1,27 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var gl = {
|
||||
code: "gl",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Ant",
|
||||
next: "Seg",
|
||||
today: "Hoxe",
|
||||
month: "Mes",
|
||||
week: "Semana",
|
||||
day: "D\xEDa",
|
||||
list: "Axenda"
|
||||
},
|
||||
weekText: "Sm",
|
||||
allDayText: "Todo o d\xEDa",
|
||||
moreLinkText: "m\xE1is",
|
||||
noEventsText: "Non hai eventos para amosar"
|
||||
};
|
||||
|
||||
return gl;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user