From f33cf14c5d094ed22403c553572f8056afb2beb4 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:02:29 +0200 Subject: [PATCH] Task/improve language localization for DE (20260910) (#7863) * Add translation * Update changelog --- CHANGELOG.md | 1 + apps/client/src/locales/messages.de.xlf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f291883c..790e07ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the style of the activity type filter on the activities page (experimental) - Improved the style of the selector in the benchmark comparator +- Improved the language localization for German (`de`) - Upgraded `papaparse` from version `5.5.3` to `5.7.0` ## 3.69.0 - 2026-09-07 diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index 935e8b1de..c46ea477e 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -4103,7 +4103,7 @@ Add to Watchlist - Add to Watchlist + Zur Beobachtungsliste hinzufügen libs/common/src/lib/routes/routes.ts 163