mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 863 forks source link

How to get uppercase or first letter uppecaser when using locale. #1573

Open dananvaro opened 2 years ago

dananvaro commented 2 years ago

Describe the bug

i am struggling to get capital letters for Month view and days. I currently use the norwegian locale.

Minimal reproduction of the problem with instructions

Screenshots

Versions

matts-bot[bot] commented 2 years ago

Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me

adriatomas commented 1 year ago

temp fix: .cal-header { text-transform: capitalize; }