mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-30 16:40:34 +08:00
11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
|
|
$.fullCalendar.lang("th", {
|
|
defaultButtonText: {
|
|
month: "เดือน",
|
|
week: "สัปดาห์",
|
|
day: "วัน",
|
|
list: "แผนงาน"
|
|
},
|
|
allDayText: "ตลอดวัน"
|
|
});
|