Skip to content

Commit

Permalink
fix: update locale Portuguese [pt] yearStart (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaFernandes committed Jan 20, 2021
1 parent 4aca4b1 commit 5c785d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/pt.js
Expand Up @@ -10,6 +10,7 @@ const locale = {
monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
ordinal: n => `${n}º`,
weekStart: 1,
yearStart: 4,
formats: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
Expand Down

0 comments on commit 5c785d5

Please sign in to comment.