Skip to content

Commit

Permalink
Update Locale.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Feb 13, 2025
1 parent 7fec04c commit 9db3bd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layout/GlobalProvider/Locale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const Locale = memo<LocaleLayoutProps>(({ children, defaultLang, antdLocale }) =

// if run on server side, init i18n instance everytime
if (isOnServerSide) {
console.log('server side i18n init:', defaultLang);
i18n.init();

// load the dayjs locale
Expand Down

0 comments on commit 9db3bd2

Please sign in to comment.