Skip to content

Commit

Permalink
chore(web): restore type checks and IDE autocomplete for $t('...') (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Nov 25, 2024
1 parent ca37a13 commit 51de108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface Element {
requestFullscreen?(options?: FullscreenOptions): Promise<void>;
}

import type en from '$lib/en.json';
import type en from '$i18n/en.json';
import 'svelte-i18n';

type NestedKeys<T, K = keyof T> = K extends keyof T & string
Expand Down

0 comments on commit 51de108

Please sign in to comment.