Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/src/commit/5fc953dd42e8424cf9c5cc6674768d74a1cf562d/public/admin/plugins/fullcalendar/locales/ug.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
FullCalendar.globalLocales.push(function () {
|
|
'use strict';
|
|
|
|
var ug = {
|
|
code: 'ug',
|
|
buttonText: {
|
|
month: 'ئاي',
|
|
week: 'ھەپتە',
|
|
day: 'كۈن',
|
|
list: 'كۈنتەرتىپ',
|
|
},
|
|
allDayText: 'پۈتۈن كۈن',
|
|
};
|
|
|
|
return ug;
|
|
|
|
}());
|
|
|