diff --git a/frappe/public/js/frappe/views/calendar/calendar.js b/frappe/public/js/frappe/views/calendar/calendar.js index ffbc2d00b8..4dde6f92f3 100644 --- a/frappe/public/js/frappe/views/calendar/calendar.js +++ b/frappe/public/js/frappe/views/calendar/calendar.js @@ -250,13 +250,8 @@ frappe.views.Calendar = class Calendar { setup_options(defaults) { var me = this; defaults.meridiem = "false"; - let lang = frappe.boot.lang; - if (lang == "ar") { - // arabic doesn't work with fullcalendar - doesn't show anything. - lang = "en"; - } this.cal_options = { - locale: lang, + locale: frappe.boot.lang, header: { left: "prev, title, next", right: "today, month, agendaWeek, agendaDay",