Skip to content

Commit

Permalink
Update pt_BR.ts
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 authored Mar 19, 2021
1 parent dc21474 commit aab39b4
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;

0 comments on commit aab39b4

Please sign in to comment.