diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe881b94..952ea923b 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.38.0 - 2026-07-31 ### Added diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index 2765b0b4c..b2800165a 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -3051,7 +3051,7 @@ Export - Export + exportieren libs/ui/src/lib/activities-table/activities-table.component.html 68 @@ -5287,7 +5287,7 @@ Do you really want to delete these activities? - Do you really want to delete these activities? + Möchtest du diese Aktivitäten wirklich löschen? libs/ui/src/lib/activities-table/activities-table.component.ts 334 @@ -8125,7 +8125,7 @@ {VAR_PLURAL, plural, =1 {Activity} other {Activities}} - {VAR_PLURAL, plural, =1 {Activity} other {Activities}} + {VAR_PLURAL, plural, =1 {Aktivität} other {Aktivitäten}} libs/ui/src/lib/activities-table/activities-table.component.html 69