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/src/commit/cb9d3aa285b3b4526ed6ab50e9b6035847d16cd6/public/admin/plugins/fullcalendar/locales/ta-in.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

29 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;
}());