Skip to content

Commit

Permalink
fix(next-international): fallbackLocale type for pages router
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Feb 6, 2024
1 parent 7887342 commit f20a522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { LocaleContext } from '../types';
type I18nProviderProps<Locale extends BaseLocale> = {
locale: Locale;
fallback?: ReactElement | null;
fallbackLocale?: BaseLocale;
fallbackLocale?: Record<string, unknown>;
children: ReactNode;
};

Expand Down

0 comments on commit f20a522

Please sign in to comment.