Standartsprache (für Dokumente) - DE

This commit is contained in:
2025-03-24 18:29:28 +01:00
parent ff712de07c
commit 3af68e9e49
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ function PosthogInit() {
}
async function main() {
const locale = detect(fromHtmlTag('lang')) || 'en';
const locale = detect(fromHtmlTag('lang')) || 'de';
await dynamicActivate(locale);