Hi guys. I need help with localization.
In my app I am using I18n. The user can switch two languages: English and Turkish
I am using the QDatetime component, and I need to show the days and months names in turkish too.
I see that there are no more the props day-names
and month-names
.
In the docs there is the following concerning localization:
The day and month names are taken care of by default through Quasar I18n.
Does it mean that it should work automatically when the user switch language?
Then why isn’t working for me?
No matter what I try, I still see the names in english.
I have tried passing as lang code name in quasar I18n both tr
and tr-TR
.
Do you know how this can be done?
Thanks!