fix translation

* fix filesize formatting
This commit is contained in:
Philipinho
2025-01-16 15:29:09 +00:00
parent 3d52b82cd4
commit 2044cbb21c
7 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@ import { uploadFile } from "@/features/page/services/page-service.ts";
import { notifications } from "@mantine/notifications";
import { getFileUploadSizeLimit } from "@/lib/config.ts";
import { formatBytes } from "@/lib";
import i18n from "i18next";
import i18n from "@/i18n.ts";
export const uploadImageAction = handleImageUpload({
onUpload: async (file: File, pageId: string): Promise<any> => {