diff --git a/frontend/src/i18n/useDayjsLanguageSync.ts b/frontend/src/i18n/useDayjsLanguageSync.ts index e8d05321d..6afe49735 100644 --- a/frontend/src/i18n/useDayjsLanguageSync.ts +++ b/frontend/src/i18n/useDayjsLanguageSync.ts @@ -50,6 +50,7 @@ export const DAYJS_LANGUAGE_IMPORTS = { 'ar-sa': () => import('dayjs/locale/ar-sa'), 'sl-si': () => import('dayjs/locale/sl'), 'pt-br': () => import('dayjs/locale/pt-br'), + 'hr-hr': () => import('dayjs/locale/hr'), 'uk-ua': () => import('dayjs/locale/uk'), 'lt-lt': () => import('dayjs/locale/lt'), 'bg-bg': () => import('dayjs/locale/bg'),