Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2336 closed bug (fixed)

UI Datepicker, Italian localization fixes

Reported by: etatoby Owned by: iMarc
Priority: trivial Milestone: 1.5
Component: ui.core Version:
Keywords: Cc:
Blocked by: Blocking:

Description

Under Italian conventions weeks start on Monday and end on Sunday.

Therefore the Italian localization pack for ui.datepicker should set firstDay:1, instead of the current setting of firstDay:0.

Also dayNames should have a grave accent on every ending 'i':

['Domenica','Lunedì','Martedì','Mercoledì', 'Giovedì','Venerdì','Sabato']

Change History (4)

comment:1 Changed 15 years ago by etatoby

Here it is with numeric entities, for compatibility with XHTML:

['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato']

comment:2 Changed 15 years ago by paul

Owner: changed from paul to iMarc

comment:3 Changed 15 years ago by kbwood

Resolution: fixed
Status: newclosed

Thanks, I've made these changes.

I don't suppose you'd like to provide the longer texts for the status bar as well?

comment:4 Changed 14 years ago by paul

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