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