Skip to content

Commit a795639

Browse files
vrbaaavalorkinlexasq
authoredOct 18, 2024
update hr.ts (#6447)
change date separation from slashes (/) to dots (.) Co-authored-by: Dmitriy Shekhovtsov <valorkin@gmail.com> Co-authored-by: Alexey Umanskiy <sharkakatsukie@gmail.com>
1 parent 08bc506 commit a795639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/chronos/i18n/hr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const hrLocale: LocaleData = {
1414
longDateFormat: {
1515
LT: 'HH:mm',
1616
LTS: 'HH:mm:ss',
17-
L: 'DD/MM/YYYY',
17+
L: 'DD.MM.YYYY.',
1818
LL: 'D MMMM YYYY',
1919
LLL: 'D MMMM YYYY HH:mm',
2020
LLLL: 'dddd, D MMMM YYYY HH:mm'

0 commit comments

Comments
 (0)