Translate pages

This commit is contained in:
Andras Schmelczer 2026-04-04 09:47:18 +01:00
parent a7aaf5effa
commit 96402228e3
49 changed files with 1458 additions and 926 deletions

View file

@ -1,5 +1,6 @@
import { createRoot, hydrateRoot } from 'react-dom/client';
import App from './App';
import './i18n';
import './index.css';
import './hooks/usePlausible';