Skip to content

Commit

Permalink
update hr.ts (#6447)
Browse files Browse the repository at this point in the history
change date separation from slashes (/) to dots (.)

Co-authored-by: Dmitriy Shekhovtsov <[email protected]>
Co-authored-by: Alexey Umanskiy <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 08bc506 commit a795639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronos/i18n/hr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const hrLocale: LocaleData = {
longDateFormat: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
L: 'DD/MM/YYYY',
L: 'DD.MM.YYYY.',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY HH:mm',
LLLL: 'dddd, D MMMM YYYY HH:mm'
Expand Down

0 comments on commit a795639

Please sign in to comment.