Datepicker: Fix first day of week for pt-PT locale

Fixes #15195
Closes gh-1820
This commit is contained in:
Horus68 2017-05-31 15:53:30 +01:00 committed by Scott González
parent 5708046ea1
commit 6fdd0e34a7

View File

@ -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: "" };