refactor: change v1 to import own copy of i18n

This commit is contained in:
2026-09-12 19:31:59 +05:00
parent de2a229545
commit 939038ffc0
24 changed files with 39 additions and 39 deletions
@@ -1,7 +1,7 @@
<script lang="ts">
import { downloadBlob, encode } from "$lib/core/io";
import type { PixelImage } from "$lib/core/types";
import { t } from "$lib/i18n/t";
import { t } from "$lib/v1/i18n/t";
import type { OutputFormat } from "$lib/v1/registry";
import Button from "./ui/Button.svelte";