heliomarpm / ion-calendar

📅 A date picker component for ionic6+
https://ioncalendar-demo.web.app/
MIT License
2 stars 2 forks source link

Setting the monthsTitle option doesn't update title of the calendar #8

Open Mafaldarc opened 1 month ago

Mafaldarc commented 1 month ago

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.

image

To Reproduce

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>

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

heliomarpm commented 1 month ago

Configure o locale.

{ "locale": { "locale": "pt-Br", "weekdays": "initial" } }

exemplo das configurações disponíveis: https://ioncalendar-demo.web.app/home