feat: init i18n

This commit is contained in:
hamster1963
2024-11-24 20:51:43 +08:00
parent 97087fe67d
commit 26871521d8
11 changed files with 143 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import "./index.css";
import "./i18n";
import { ThemeProvider } from "./components/ThemeProvider";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";