mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
|
|
$.fullCalendar.lang("lt", {
|
|
defaultButtonText: {
|
|
month: "Mėnuo",
|
|
week: "Savaitė",
|
|
day: "Diena",
|
|
list: "Darbotvarkė"
|
|
},
|
|
allDayText: "Visą dieną"
|
|
});
|