mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-01 16:50:24 +08:00
12 lines
254 B
JavaScript
12 lines
254 B
JavaScript
|
|
$.fullCalendar.lang("th", {
|
|
defaultButtonText: {
|
|
month: "เดือน",
|
|
week: "สัปดาห์",
|
|
day: "วัน",
|
|
list: "แผนงาน"
|
|
},
|
|
allDayText: "ตลอดวัน",
|
|
eventLimitText: "เพิ่มเติม"
|
|
});
|