From 0e76040edce1a1f7e1a8d446ffdfbb2b8731b875 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Fri, 31 Jul 2026 17:15:16 +0200
Subject: [PATCH] Task/improve language localization for DE (20260731) (#7479)
* Add translations
* Update changelog
---
CHANGELOG.md | 6 ++++++
apps/client/src/locales/messages.de.xlf | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 098969146..8d345c73c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+### Changed
+
+- Improved the language localization for German (`de`)
+
## 3.37.0 - 2026-07-30
### Added
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 4fe442267..0378b1068 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -351,7 +351,7 @@
Unknown
- Unknown
+ Unbekannt
libs/ui/src/lib/i18n.ts
88
@@ -1767,7 +1767,7 @@
Invalid API key
- Invalid API key
+ Ungültiger API-Schlüssel
apps/client/src/app/components/admin-settings/admin-settings.component.html
112