Closed
Description
Describe the bug
When using the ar
locale, week days are not differentiable.
To Reproduce
Pass locale="ar"
to the component tag.
Expected behavior
It should display explicit day names like

The origin of this bug seems to be located in utils.ts
where we always slice(0,2)
. Arabic day names all begin with the same two letters, causing this issue.

Desktop & mobile (please complete the following information):
- Browser : All
- Library version : 11.0.1