feat(i18n): enable Italian language

This commit is contained in:
Elian Doran
2025-10-21 21:35:05 +03:00
parent eee3aa2bb4
commit c4e2c003de
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs
"es": () => import("dayjs/locale/es.js"),
"fa": () => import("dayjs/locale/fa.js"),
"fr": () => import("dayjs/locale/fr.js"),
"it": () => import("dayjs/locale/it.js"),
"he": () => import("dayjs/locale/he.js"),
"ja": () => import("dayjs/locale/ja.js"),
"ku": () => import("dayjs/locale/ku.js"),