From 0fed64c90020b424cc0a09589fc294f60fc93dc8 Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Tue, 2 Aug 2011 00:38:36 +0000 Subject: [PATCH] breaks in this file cause odd things to happen with RTL, removing line breaks --- resources/jquery.ui/i18n/jquery.ui.datepicker-he.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/jquery.ui/i18n/jquery.ui.datepicker-he.js b/resources/jquery.ui/i18n/jquery.ui.datepicker-he.js index 3b3dc387f2..e6df1e72be 100644 --- a/resources/jquery.ui/i18n/jquery.ui.datepicker-he.js +++ b/resources/jquery.ui/i18n/jquery.ui.datepicker-he.js @@ -6,10 +6,8 @@ jQuery(function($){ prevText: '<הקודם', nextText: 'הבא>', 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: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], -- 2.20.1