diff options
author | levushka <spam4lev@gmail.com> | 2012-02-01 14:47:56 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-01 16:20:50 -0500 |
commit | 28668948df6d53bb1cfb9f8a6823c73309172204 (patch) | |
tree | efbe5078016006c14465fef1a03032c52c07478b | |
parent | 5d4df03b7084a335ca9ceb6a62277c72434c83af (diff) | |
download | jquery-ui-28668948df6d53bb1cfb9f8a6823c73309172204.tar.gz jquery-ui-28668948df6d53bb1cfb9f8a6823c73309172204.zip |
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 e496cde384d1497993394f04110ef8099d256eee)
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-he.js b/ui/i18n/jquery.ui.datepicker-he.js index 88a786689..135cdec1d 100644 --- a/ui/i18n/jquery.ui.datepicker-he.js +++ b/ui/i18n/jquery.ui.datepicker-he.js @@ -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: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |