Skip to content

Commit

Permalink
Datepicker i18n: Changed Hebrew monthNamesShort from number to names.…
Browse files Browse the repository at this point in the history
… Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!

(cherry picked from commit e496cde)
  • Loading branch information
levushka authored and scottgonzalez committed Feb 1, 2012
1 parent 5d4df03 commit 2866894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/i18n/jquery.ui.datepicker-he.js
Expand Up @@ -8,8 +8,8 @@ jQuery(function($){
currentText: 'היום',
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
monthNamesShort: ['1','2','3','4','5','6',
'7','8','9','10','11','12'],
monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
'יולי','אוג','ספט','אוק','נוב','דצמ'],
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
Expand Down

0 comments on commit 2866894

Please sign in to comment.