fix(i18n): add hr-HR to dayjs import languages

This commit is contained in:
kolaente 2025-02-24 18:36:22 +01:00
parent b230bb94a4
commit 2a2c435e6b
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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'),