Skip to content

Commit 2866894

Browse files
levushkascottgonzalez
authored andcommitted
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
(cherry picked from commit e496cde)
1 parent 5d4df03 commit 2866894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/i18n/jquery.ui.datepicker-he.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jQuery(function($){
88
currentText: 'היום',
99
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
1010
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
11-
monthNamesShort: ['1','2','3','4','5','6',
12-
'7','8','9','10','11','12'],
11+
monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
12+
'יולי','אוג','ספט','אוק','נוב','דצמ'],
1313
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
1414
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
1515
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],

0 commit comments

Comments
 (0)