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/55ee2f3c110a75df547d3fe1dae6b5370f922278/public/admin/plugins/fullcalendar/locales/bn.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

29 lines
723 B

FullCalendar.globalLocales.push(function () {
'use strict';
var bn = {
code: 'bn',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'পছন',
next: 'সমন',
today: 'আজ',
month: 'মস',
week: 'সপহ',
day: 'দিন',
list: 'তি',
},
weekText: 'সপহ',
allDayText: 'সিন',
moreLinkText: function(n) {
return '+অনয ' + n
},
noEventsText: 'ক ইভট নই',
};
return bn;
}());