feat: add i18n with ttag

This commit is contained in:
Maël Gangloff
2024-07-28 15:36:22 +02:00
parent 05baaf911f
commit df0a93b8e6
13 changed files with 447 additions and 98 deletions

View File

@@ -4,6 +4,7 @@ import App from "./App";
import {HashRouter} from "react-router-dom";
import 'antd/dist/reset.css';
import './i18n'
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)