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
489 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var hu = {
code: "hu",
week: {
dow: 1,
doy: 4
},
buttonText: {
prev: "vissza",
next: "el\u0151re",
today: "ma",
month: "H\xF3nap",
week: "H\xE9t",
day: "Nap",
list: "Lista"
},
weekText: "H\xE9t",
allDayText: "Eg\xE9sz nap",
moreLinkText: "tov\xE1bbi",
noEventsText: "Nincs megjelen\xEDthet\u0151 esem\xE9ny"
};
return hu;
}());