implemented i18n translation technology

This commit is contained in:
2025-10-26 12:52:58 +01:00
parent 5ba35bb471
commit 6054173b03
4 changed files with 123 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App.tsx";
import i18n from "./utils/i18n"; // import i18n configuration DO NOT REMOVE
createRoot(document.getElementById("root")!).render(
<StrictMode>