refactor: more elements (#22095)

This commit is contained in:
Jason Rasmussen
2025-09-16 15:01:23 -04:00
committed by GitHub
parent 3f4b6a8e7c
commit 75322179fd
25 changed files with 51 additions and 72 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ type NestedKeys<T, K = keyof T> = K extends keyof T & string
: never;
declare module 'svelte-i18n' {
import type { InterpolationValues } from '$lib/components/i18n/format-message.svelte';
import type { InterpolationValues } from '$lib/elements/format-message.svelte';
import type { Readable } from 'svelte/store';
type Translations = NestedKeys<typeof en>;