feat: init i18n

This commit is contained in:
JimmFly
2023-01-04 16:57:21 +08:00
parent c287380067
commit 1bc2dcd661
2 changed files with 63 additions and 25 deletions
+1
View File
@@ -18,6 +18,7 @@ import { useEffect } from 'react';
import { useAppState } from '@/providers/app-state-provider';
import { PageLoading } from '@/components/loading';
import Head from 'next/head';
import '@/libs/i18n';
const ThemeProvider = dynamic(() => import('@/providers/themeProvider'), {
ssr: false,