mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 22:16:35 +00:00
refactor: change v1 to import own copy of i18n
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user