Skip to content

Commit dbd2e71

Browse files
authored
Update pt_BR.ts (#233)
Update the name of the days of the week and months for Brazilian Portuguese, as names in English are currently being displayed
1 parent dc21474 commit dbd2e71

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/pt_BR.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ const locale: Locale = {
2727
nextDecade: 'Próxima década',
2828
previousCentury: 'Século anterior',
2929
nextCentury: 'Próximo século',
30+
shortWeekDays: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'],
31+
shortMonths: [
32+
'Jan',
33+
'Fev',
34+
'Mar',
35+
'Abr',
36+
'Mai',
37+
'Jun',
38+
'Jul',
39+
'Ago',
40+
'Set',
41+
'Out',
42+
'Nov',
43+
'Dez',
44+
],
3045
};
3146

3247
export default locale;

0 commit comments

Comments
 (0)