mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor: more elements (#22095)
This commit is contained in:
parent
3f4b6a8e7c
commit
75322179fd
25 changed files with 51 additions and 72 deletions
2
web/src/app.d.ts
vendored
2
web/src/app.d.ts
vendored
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue