From a70eb3a28f6419c4990c5e99d1253a171b6358e9 Mon Sep 17 00:00:00 2001 From: "S. Neuhaus" Date: Thu, 2 Apr 2026 23:51:51 +0200 Subject: [PATCH] German translation fixes (#5319) * Fix German login welcome message * More German translation fixes --------- Co-authored-by: Timothy Carambat --- frontend/src/locales/de/common.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/de/common.js b/frontend/src/locales/de/common.js index 518f90d8..785b6ca7 100644 --- a/frontend/src/locales/de/common.js +++ b/frontend/src/locales/de/common.js @@ -100,10 +100,10 @@ const TRANSLATIONS = { "system-prompt-variables": "Systempromptvariablen", "mobile-app": "AnythingLLM Mobile", "community-hub": { - title: "Gemeindezentrum", - trending: "Entdecken Sie die aktuell beliebtesten Themen", - "your-account": "Ihr Konto", - "import-item": "Artikel importieren", + title: "Community Hub", + trending: "Neuigkeiten", + "your-account": "Community Hub Account", + "import-item": "Community Import", }, channels: "Kanäle", "available-channels": { @@ -112,7 +112,7 @@ const TRANSLATIONS = { }, login: { "multi-user": { - welcome: "Willkommen bei", + welcome: "Willkommen", "placeholder-username": "Benutzername", "placeholder-password": "Passwort", login: "Anmelden",