Skip to content

Commit

Permalink
Fixed dayViewHeaderFormat (#2907)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Jorge de Pinho Oliveira <roliveira@we-aloft.com>
  • Loading branch information
chirmac and Roberto Jorge de Pinho Oliveira committed May 16, 2024
1 parent 3e141c3 commit 25fb008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/locales/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const localization = {
toggleMeridiem: 'Alterar AM/PM',
selectTime: 'Selecionar hora',
selectDate: 'Seleccionar data',
dayViewHeaderFormat: { month: 'longo', year: '2-digitos' },
dayViewHeaderFormat: { month: 'long', year: '2-digits' },
startOfTheWeek: 1,
locale: 'pt-PT',
dateFormats: {
Expand Down

0 comments on commit 25fb008

Please sign in to comment.