mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
11 lines
163 B
JavaScript
11 lines
163 B
JavaScript
|
|
$.fullCalendar.lang("vi", {
|
|
defaultButtonText: {
|
|
month: "Tháng",
|
|
week: "Tuần",
|
|
day: "Ngày",
|
|
list: "Lịch biểu"
|
|
},
|
|
allDayText: "Cả ngày"
|
|
});
|