From 333c4b19d2faed242e5fd50bc98c7034bc3b97d0 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Sat, 8 Aug 2026 12:33:09 +0200
Subject: [PATCH] Task/improve language localization for DE (20260808) (#7575)
* Update 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 3fc8628c2..40cf134c2 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.45.0 - 2026-08-08
### Added
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 508e8b61d..f67fcab29 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -655,7 +655,7 @@
Update Account
- Update Account
+ Konto bearbeiten
libs/common/src/lib/routes/routes.ts
87
@@ -1295,7 +1295,7 @@
Add Account
- Add Account
+ Konto hinzufügen
libs/common/src/lib/routes/routes.ts
73