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