]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicke...
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Fri, 1 Jun 2012 09:56:50 +0000 (12:56 +0300)
committerScott González <scott.gonzalez@gmail.com>
Fri, 1 Jun 2012 14:42:36 +0000 (10:42 -0400)
Before this change the minimal names for days of week were the same
as the long names. This caused the datepicker to be too wide.

The one-letter strings come from the CLDR:
http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html
(cherry picked from commit 8f42ab013469865ae790089717a56b6ca774dc75)

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

index 743a15db0de17ac1761aee357f8f596f228afb8f..8a9218d8b13542a5d7b63b429703599193d85d0d 100644 (file)
@@ -12,7 +12,7 @@ jQuery(function($){
                monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
                dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
                dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
-               dayNamesMin: ['اÙ\84أحد', 'اÙ\84اثÙ\86Ù\8aÙ\86', 'اÙ\84Ø«Ù\84اثاء', 'اÙ\84أربعاء', 'اÙ\84Ø®Ù\85Ù\8aس', 'اÙ\84جÙ\85عة', 'اÙ\84سبت'],
+               dayNamesMin: ['Ø­', 'Ù\86', 'Ø«', 'ر', 'Ø®', 'ج', 'س'],
                weekHeader: 'أسبوع',
                dateFormat: 'dd/mm/yy',
                firstDay: 6,