Add French and Arabic language support

This commit is contained in:
yangdx
2025-03-22 00:31:18 +08:00
parent 3f8043ba43
commit dcbb6bf8cf
7 changed files with 83 additions and 60 deletions

View File

@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import AppRouter from './AppRouter'
import './i18n';
import './i18n.ts';