From a795639d1508c511a0792873363da159c88a837f Mon Sep 17 00:00:00 2001 From: vrbaaa <44699684+vrbaaa@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:09:10 +0200 Subject: [PATCH] update hr.ts (#6447) change date separation from slashes (/) to dots (.) Co-authored-by: Dmitriy Shekhovtsov Co-authored-by: Alexey Umanskiy --- src/chronos/i18n/hr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chronos/i18n/hr.ts b/src/chronos/i18n/hr.ts index 8fdc6ca019..ae38a672e2 100644 --- a/src/chronos/i18n/hr.ts +++ b/src/chronos/i18n/hr.ts @@ -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'