Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locale/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const locale = {
formats: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
L: 'D/‏M/‏YYYY',
L: 'D/M/YYYY',
Copy link
Contributor

@Ayo1984 Ayo1984 Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a unit test or update if there's one already?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do that right away

LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY HH:mm',
LLLL: 'dddd D MMMM YYYY HH:mm'
Expand Down