breaks in this file cause odd things to happen with RTL, removing line breaks
authorNeil Kandalgaonkar <neilk@users.mediawiki.org>
Tue, 2 Aug 2011 00:38:36 +0000 (00:38 +0000)
committerNeil Kandalgaonkar <neilk@users.mediawiki.org>
Tue, 2 Aug 2011 00:38:36 +0000 (00:38 +0000)
resources/jquery.ui/i18n/jquery.ui.datepicker-he.js

index 3b3dc38..e6df1e7 100644 (file)
@@ -6,10 +6,8 @@ jQuery(function($){
                prevText: '&#x3c;הקודם',
                nextText: 'הבא&#x3e;',
                currentText: 'היום',
-               monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
-               'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
-               monthNamesShort: ['1','2','3','4','5','6',
-               '7','8','9','10','11','12'],
+               monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
+               monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
                dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
                dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
                dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],