Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#6086 closed bug (fixed)

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.

Change History (5)

comment:1 Changed 13 years ago by rdworth

Component: ui.coreui.datepicker
Keywords: i18n norway added
Milestone: TBD1.9

comment:2 Changed 13 years ago by jao

The "firstDay" should also be set to "1" as Monday is recognized as the first day of the week in Norway.

comment:3 Changed 13 years ago by rdworth

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")

comment:4 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in 226aa35.

I don't think we should be entity encoding our characters, people should just use the proper character sets.

comment:5 Changed 12 years ago by Scott González

Milestone: 1.91.8.7
Note: See TracTickets for help on using tickets.