Modify ↓
Ticket #2336 (closed bug: fixed)
UI Datepicker, Italian localization fixes
| Reported by: | etatoby | Owned by: | iMarc |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | ui | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Here it is with numeric entities, for compatibility with XHTML:
['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato']