mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
13 lines
276 B
JavaScript
13 lines
276 B
JavaScript
|
|
$.fullCalendar.lang("ro", {
|
|
defaultButtonText: {
|
|
prev: "precedentă", // override JQUI's translations, which contains the word "month"
|
|
next: "următoare", // "
|
|
month: "Lună",
|
|
week: "Săptămână",
|
|
day: "Zi",
|
|
list: "Agendă"
|
|
},
|
|
allDayText: "Toată ziua"
|
|
});
|