Skip to content

Commit 88ca41a

Browse files
authored
fix: [DHIS2-16209] incorrect Arabic translation of month name
1 parent d2081ac commit 88ca41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/jquery.calendars.package-1.2.1/jquery.calendars-ar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$.calendars.calendars.gregorian.prototype.regional['ar'] = {
88
name: 'Gregorian',
99
epochs: ['BCE', 'CE'],
10-
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
10+
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران',
1111
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
1212
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
1313
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],

0 commit comments

Comments
 (0)