mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Fix first day of week for pt-PT locale
Fixes #15195 Closes gh-1820
This commit is contained in:
parent
5708046ea1
commit
6fdd0e34a7
@ -33,7 +33,7 @@ datepicker.regional.pt = {
|
||||
dayNamesMin: [ "Dom","Seg","Ter","Qua","Qui","Sex","Sáb" ],
|
||||
weekHeader: "Sem",
|
||||
dateFormat: "dd/mm/yy",
|
||||
firstDay: 0,
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: "" };
|
||||
|
Loading…
Reference in New Issue
Block a user