Search and Top Navigation
#6676 closed bug (fixed)
Opened November 20, 2010 12:48PM UTC
Closed November 21, 2010 02:47PM UTC
Last modified December 08, 2010 06:38PM UTC
Arabic Localization miss order
Reported by: | khaledalhourani | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.datepicker | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The Arabic localization (which I did before) contains a miss order bug, I changed the order of dates before so that Saturday appears as the first date (it's the first date of the week in Arabic speaking countries). I reset the default order of dates, and set firstDay to 6 (which is Saturday). Now 20/11/2010 appears as Saturday not Friday.
Attachments (0)
Change History (3)
Changed November 20, 2010 03:23PM UTC by comment:1
Changed November 21, 2010 02:47PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Datepicker: modified Arabic day names order. Fixed #6676 - ui.datepicker: Arabic Localization miss order
Changeset: 3361e8fe9d94792c399654312d0ee2cf2c8cfe73
Changed December 08, 2010 06:38PM UTC by comment:3
milestone: | 1.9 → 1.8.7 |
---|
I sent a pull request on github to fix this issue.