implementation de umami

This commit is contained in:
2026-03-06 11:37:49 +01:00
parent 893560737a
commit 23ca2172b7
5 changed files with 22 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ export const LanguageSwitcher: React.FC = () => {
{languages.map((lang) => (
<button
key={lang.code}
data-umami-event="Change Language"
onClick={() => {
setLanguage(lang.code);
setIsOpen(false);