feat: i18n

This commit is contained in:
Tristan Yang
2022-11-23 19:38:45 +08:00
parent 9b3dc2f740
commit 48ffdcc1b5
97 changed files with 1470 additions and 652 deletions
+1
View File
@@ -4,6 +4,7 @@ import { Provider } from "react-redux";
import Widget from "./widget/index";
import './assets/index.css';
import store from "./app/store";
import './i18n';
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement);
const hostId = new URLSearchParams(location.search).get("host");