Skip to main content

Search and Top Navigation

#8375 closed bug (fixed)

Opened June 01, 2012 02:41PM UTC

Closed June 01, 2012 02:42PM UTC

Last modified June 01, 2012 02:43PM UTC

Datepicker: Incorrect dayNamesMin for Arabic locale

Reported by: scottgonzalez Owned by:
Priority: minor Milestone: 1.8.21
Component: ui.datepicker Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (3)

Changed June 01, 2012 02:42PM UTC by Amir E. Aharoni comment:1

resolution: → fixed
status: newclosed

Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.

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

Changeset: 8f42ab013469865ae790089717a56b6ca774dc75

Changed June 01, 2012 02:42PM UTC by Amir E. Aharoni comment:2

Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.

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)

Changeset: d0acccf3cc53a7759db4798c2998029586b032a3

Changed June 01, 2012 02:43PM UTC by scottgonzalez comment:3

milestone: 1.91.8.21