Skip to content

Commit

Permalink
fix: Update pt-br locale weekStart 0 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagozc committed Aug 6, 2020
1 parent b18f739 commit 0f881c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/locale/pt-br.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const locale = {
weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),
weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),
weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),
weekStart: 1,
months: 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),
monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
ordinal: n => `${n}º`,
Expand Down

0 comments on commit 0f881c1

Please sign in to comment.