Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/blame/commit/b64e6fcdd6f384a73a4e9d0a41c24c2b7d8ebf40/public/admin/plugins/fullcalendar/locales/ta-in.js You should set ROOT_URL correctly, otherwise the web may not work correctly.

30 lines
826 B

FullCalendar.globalLocales.push(function () {
'use strict';
var taIn = {
code: 'ta-in',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'மய',
next: 'அடதத',
today: 'இன',
month: 'மதம',
week: 'வரம',
day: 'ந',
list: 'தினசரி அடடவண',
},
weekText: 'வரம',
allDayText: 'நவத',
moreLinkText: function(n) {
return '+ ம ' + n
},
noEventsText: 'கிக நிகழகள இல',
};
return taIn;
}());