Skip to content

Commit d927fc5

Browse files
committed
Remove unused i18n module
1 parent e799e7b commit d927fc5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/@types/index.d.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,3 @@ declare module '@ledgerhq/hw-transport-u2f'
1515

1616
declare module '*.png'
1717
declare module '*.svg'
18-
19-
declare module 'svelte-i18n' {
20-
interface Options {
21-
fallback: string
22-
navigator: boolean
23-
}
24-
export function getClientLocale(options: Options): string
25-
26-
export namespace _ {
27-
export function subscribe(dictionary: any): void
28-
}
29-
30-
export namespace dictionary {
31-
export function set(dictionary: any): void
32-
}
33-
34-
export namespace locale {
35-
export function set(locale: string): void
36-
}
37-
}

0 commit comments

Comments
 (0)