GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var th = {5code: 'th',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'ก่อนหน้า',12next: 'ถัดไป',13prevYear: 'ปีก่อนหน้า',14nextYear: 'ปีถัดไป',15year: 'ปี',16today: 'วันนี้',17month: 'เดือน',18week: 'สัปดาห์',19day: 'วัน',20list: 'กำหนดการ',21},22weekText: 'สัปดาห์',23allDayText: 'ตลอดวัน',24moreLinkText: 'เพิ่มเติม',25noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',26};27
28return th;29
30}());31