Skip to content

Commit

Permalink
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - D…
Browse files Browse the repository at this point in the history
…atepicker: arabic month name has March in place of May

(cherry picked from commit 5c6afa8)
  • Loading branch information
rdworth committed Mar 3, 2011
1 parent db50f3e commit bfb5582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-ar.js
Expand Up @@ -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: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
Expand Down

0 comments on commit bfb5582

Please sign in to comment.