Skip to main content

Search and Top Navigation

#6693 closed enhancement (worksforme)

Opened November 24, 2010 04:38PM UTC

Closed November 30, 2010 09:39PM UTC

Wrong localization for DatePicker pt-BR

Reported by: fabbios Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.6
Keywords: Cc:
Blocked by: Blocking:
Description

Today I got the file jquery.ui.datepicker-pt-BR.js

This line

dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],

Must be replaced by

dayNamesMin: ['Do','Se','Te','Qu','Qu','Se','Sa'],

Otherwise the layout are being affected.

Attachments (0)
Change History (1)

Changed November 30, 2010 09:39PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

The layout looks fine to me. Also, you can adjust the layout using CSS. Unless the recommended abbreviation is actually 2 letters and not 3, there is nothing that should be changed.