Merge origin/main into origin/dev-moritz

This commit is contained in:
Moritz Utcke
2025-01-12 14:25:35 +07:00
parent f16fb41db0
commit f8402a0136
54 changed files with 4907 additions and 130 deletions

View File

@@ -1,5 +1,4 @@
---
import i18next from "i18next";
import "#style/global.css";
import "../../svelte-dialogs.config"
@@ -42,7 +41,7 @@ const lightTheme = Astro.cookies.get("theme")?.value === "light";
---
<!DOCTYPE html>
<html lang={i18next.language}>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />