Open Mafaldarc opened 1 month ago
When setting the monthsTitle option, the names of the months in the month picker are updated. However, the title of the month in the top part of the calendar remains in English.
TS
options: ICalendarComponentOptions = { monthsTitle: ['JAN', 'FEV', 'MAR', 'ABR', 'MAI', 'JUN', 'JUL', 'AGO', 'SET', 'OUT', 'NOV', 'DEZ'] };
HTML
<ion-calendar #datepicker [options]="options" format="yyyy-MM-dd"> </ion-calendar>
No response
The month name in the top part of the calendar should match the name in the monthsTitle option.
20.9.0
Configure o locale.
{ "locale": { "locale": "pt-Br", "weekdays": "initial" } }
exemplo das configurações disponíveis: https://ioncalendar-demo.web.app/home
Describe the bug
When setting the monthsTitle option, the names of the months in the month picker are updated. However, the title of the month in the top part of the calendar remains in English.
To Reproduce
TS
HTML
Code snippet
No response
Expected behavior
The month name in the top part of the calendar should match the name in the monthsTitle option.
Node.js Version
20.9.0
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
No response