From 9aa1402650d01fb1a6066b8d74b3fba9046e1aaa Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Wed, 29 Apr 2026 20:26:39 +0200
Subject: [PATCH] Task/improve language localization for de (20260429) (#6803)
* Update translations
* Update changelog
---
CHANGELOG.md | 1 +
apps/client/src/locales/messages.de.xlf | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48e598492..2dcd3ab9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Modernized the layout of the overview tab in the admin control panel
- Improved the styling of the paginator across various table components
+- Improved the language localization for German (`de`)
### Fixed
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 39bb937d6..38c7db874 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -1627,7 +1627,7 @@
Duration
- Duration
+ Dauerapps/client/src/app/components/admin-overview/admin-overview.html172
@@ -2775,7 +2775,7 @@
Code
- Code
+ Codeapps/client/src/app/components/admin-overview/admin-overview.html159
@@ -6982,7 +6982,7 @@
has been copied to the clipboard
- wurde in die Zwischenablage kopiert
+ wurde in die Zwischenablage kopiertapps/client/src/app/components/admin-overview/admin-overview.component.ts377