Skip to content

Commit fce5865

Browse files
committed
chore(deadcode): drop unused i18n config type
1 parent 97b97a9 commit fce5865

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ui/src/i18n/lib/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ export type Locale =
2121
| "vi"
2222
| "nl"
2323
| "fa";
24-
25-
export interface I18nConfig {
26-
locale: Locale;
27-
fallbackLocale: Locale;
28-
translations: Record<Locale, TranslationMap>;
29-
}

0 commit comments

Comments
 (0)