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:19:30 -0500 |
commit | e496cde384d1497993394f04110ef8099d256eee (patch) | |
tree | 445ed4a01c2a6dad39ad0d845547be358dcd9c7c /ui/i18n | |
parent | 62a70da959e71a2d5c8ecc27548ea38733ec3128 (diff) | |
download | jquery-ui-e496cde384d1497993394f04110ef8099d256eee.tar.gz jquery-ui-e496cde384d1497993394f04110ef8099d256eee.zip |
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
Diffstat (limited to 'ui/i18n')
-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 58ea8c6d8..b9e8deec5 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: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], |