Skip to content
Permalink
Browse files
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - D…
…atepicker: arabic month name has March in place of May
  • Loading branch information
rdworth committed Mar 3, 2011
1 parent 593799d commit 5c6afa8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7,7 +7,7 @@ jQuery(function($){
prevText: '<السابق',
nextText: 'التالي>',
currentText: 'اليوم',
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران',
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],

0 comments on commit 5c6afa8

Please sign in to comment.