You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[ X ] 4.x
Ion2-calendar mode: (check one with "x")
[ X ] components mode
[ ] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[X] help me
Current behavior:
It is currently displayed like this:
jan, feb, mar, apr, mai, jun, jul, ago, sep, oct, nov, dec
Expected behavior:
How can I change and customize the language of the month that is displayed in the title. I want it to display:
"Jan, Fev, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez."
In Brazilian Portuguese.
Note: First letter in uppercase
I made a workaround changing it directly on calendar.component.js, adding: moment.locale('pt-br'), as shown in the image below (line 309):
Well, I think there must be a correct way to change this.
The text was updated successfully, but these errors were encountered:
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[ X ] 4.x
Ion2-calendar mode: (check one with "x")
[ X ] components mode
[ ] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[X] help me
Current behavior:
It is currently displayed like this:
jan, feb, mar, apr, mai, jun, jul, ago, sep, oct, nov, dec
Expected behavior:
How can I change and customize the language of the month that is displayed in the title. I want it to display:
"Jan, Fev, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez."
In Brazilian Portuguese.
Note: First letter in uppercase
I made a workaround changing it directly on calendar.component.js, adding:
moment.locale('pt-br')
, as shown in the image below (line 309):Well, I think there must be a correct way to change this.
The text was updated successfully, but these errors were encountered: