mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-08 00:10:38 +08:00
11 lines
152 B
JavaScript
11 lines
152 B
JavaScript
|
|
$.fullCalendar.lang("zh-tw", {
|
|
defaultButtonText: {
|
|
month: "月",
|
|
week: "週",
|
|
day: "天",
|
|
list: "待辦事項"
|
|
},
|
|
allDayText: "全天"
|
|
});
|