root 2bb01ae691
All checks were successful
continuous-integration/drone/push Build is passing
🔁 Sync from production: settings and Docker updates
2025-05-15 06:30:43 +00:00

28 lines
476 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var ca = {
code: "ca",
week: {
dow: 1,
doy: 4
},
buttonText: {
prev: "Anterior",
next: "Seg\xFCent",
today: "Avui",
month: "Mes",
week: "Setmana",
day: "Dia",
list: "Agenda"
},
weekText: "Set",
allDayText: "Tot el dia",
moreLinkText: "m\xE9s",
noEventsText: "No hi ha esdeveniments per mostrar"
};
return ca;
}());