Search and Top Navigation
#6086 closed bug (fixed)
Opened September 21, 2010 08:18AM UTC
Closed October 26, 2010 01:19PM UTC
Last modified December 08, 2010 06:33PM UTC
Error in "jquery.ui.datepicker-no.js"
Reported by: | jao | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.7 |
Component: | ui.datepicker | Version: | 1.8.5 |
Keywords: | i18n norway | Cc: | |
Blocked by: | Blocking: |
Description
The norwegian character ø, should be replaced with its HTML-entity: ø to avoid messing up the GUI with "strange" characters.
In addition to this, the date-format in this file should be set to:
"mm.dd.yy" as this is the common date format used in Norway.
Attachments (0)
Change History (5)
Changed September 21, 2010 08:21AM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
keywords: | → i18n norway |
milestone: | TBD → 1.9 |
Changed September 21, 2010 08:23AM UTC by comment:2
The "firstDay" should also be set to "1" as Monday is recognized as the first day of the week in Norway.
Changed September 21, 2010 08:32AM UTC by comment:3
Using as a reference http://github.com/nje/jquery-glob/blob/master/globinfo/jquery.glob.no.js I was able to confirm firstDay: 1 but according to the same, dateFormat should be "dd.mm.yy" (where it's currently "yy-mm-dd")
Changed October 26, 2010 01:19PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in 226aa35.
I don't think we should be entity encoding our characters, people should just use the proper character sets.
Changed December 08, 2010 06:33PM UTC by comment:5
milestone: | 1.9 → 1.8.7 |
---|