Skip to content

Commit

Permalink
Update pt_BR.ts (#233)
Browse files Browse the repository at this point in the history
Update the name of the days of the week and months for Brazilian Portuguese, as names in English are currently being displayed
  • Loading branch information
TrickSantos committed Mar 20, 2021
1 parent dc21474 commit dbd2e71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/pt_BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ const locale: Locale = {
nextDecade: 'Próxima década',
previousCentury: 'Século anterior',
nextCentury: 'Próximo século',
shortWeekDays: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
shortMonths: [
'Jan',
'Fev',
'Mar',
'Abr',
'Mai',
'Jun',
'Jul',
'Ago',
'Set',
'Out',
'Nov',
'Dez',
],
};

export default locale;

1 comment on commit dbd2e71

@vercel
Copy link

@vercel vercel bot commented on dbd2e71 Mar 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.