mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
chore: move weblate translations to root directory (#13604)
* chore: move translations to root directory * chore: update build processes to work with new i18n location
This commit is contained in:
2
web/src/app.d.ts
vendored
2
web/src/app.d.ts
vendored
@@ -28,7 +28,7 @@ interface Element {
|
||||
requestFullscreen?(options?: FullscreenOptions): Promise<void>;
|
||||
}
|
||||
|
||||
import type en from '$lib/i18n/en.json';
|
||||
import type en from '$lib/en.json';
|
||||
import 'svelte-i18n';
|
||||
|
||||
type NestedKeys<T, K = keyof T> = K extends keyof T & string
|
||||
|
||||
Reference in New Issue
Block a user