mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-02 17:00:06 +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"
|
|
});
|