Skip to content

Commit

Permalink
Datepicker: Fix first day of week for pt-PT locale
Browse files Browse the repository at this point in the history
Fixes #15195
Closes gh-1820
  • Loading branch information
horus68 authored and scottgonzalez committed May 31, 2017
1 parent 5708046 commit 6fdd0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/datepicker-pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "" };
Expand Down

0 comments on commit 6fdd0e3

Please sign in to comment.