fix(server): wrong import for dayjs

This commit is contained in:
Elian Doran 2025-05-25 16:33:34 +03:00
parent 470cc69a85
commit 82f94ff3e6
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
"he": () => import("dayjs/locale/he.js"),
"ku": () => import("dayjs/locale/ku.js"),
"ro": () => import("dayjs/locale/ro.js"),
"tw": () => import("dayjs/locale/tw.js")
"tw": () => import("dayjs/locale/zh-tw.js")
}
export async function initializeTranslations() {