From ca55f5c347ab18c4610cd36cc4950671d261086c Mon Sep 17 00:00:00 2001 From: vrbaaa <44699684+vrbaaa@users.noreply.github.com> Date: Mon, 28 Mar 2022 12:57:17 +0200 Subject: [PATCH] update hr.ts change date separation from slashes (/) to dots (.) --- 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'