Skip to content

Commit 25fb008

Browse files
Fixed dayViewHeaderFormat (#2907)
Co-authored-by: Roberto Jorge de Pinho Oliveira <[email protected]>
1 parent 3e141c3 commit 25fb008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/locales/pt-PT.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const localization = {
2727
toggleMeridiem: 'Alterar AM/PM',
2828
selectTime: 'Selecionar hora',
2929
selectDate: 'Seleccionar data',
30-
dayViewHeaderFormat: { month: 'longo', year: '2-digitos' },
30+
dayViewHeaderFormat: { month: 'long', year: '2-digits' },
3131
startOfTheWeek: 1,
3232
locale: 'pt-PT',
3333
dateFormats: {

0 commit comments

Comments
 (0)