feat(I18n): Add multiple languages ​​(zh-CN/zh-TW/en/it) (#8)

This commit is contained in:
GuGuGu
2024-11-29 13:47:09 +01:00
committed by GitHub
parent 5850fe7fca
commit 47f092918e
44 changed files with 1138 additions and 366 deletions

View File

@@ -6,6 +6,7 @@ import {
} from "react-router-dom";
import './index.css'
import './lib/i18n';
import Root from "./routes/root";
import ErrorPage from "./error-page";