angular-calendar icon indicating copy to clipboard operation
angular-calendar copied to clipboard

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

Open dananvaro opened this issue 3 years ago • 2 comments
trafficstars

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

  • @angular/core:5
  • angular-calendar:0.42.1
  • Browser name and version:chrome:latest

dananvaro avatar Apr 27 '22 08:04 dananvaro

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

matts-bot[bot] avatar Apr 27 '22 08:04 matts-bot[bot]

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

adriatomas avatar Mar 18 '23 17:03 adriatomas