diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3d9d25d..1cc28c4eb 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 - Extended the asset profile details dialog in the admin control panel to support editing countries for all asset types - Extended the asset profile details dialog in the admin control panel to support editing sectors for all asset types - Migrated the data collection for the _Open Startup_ (`/open`) page to the queue design pattern +- Improved the language localization for German (`de`) - Upgraded `lodash` from version `4.17.23` to `4.18.1` ### Fixed diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index e40285987..e9d54a973 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -3759,7 +3759,7 @@ Loan - Loan + Darlehen libs/ui/src/lib/i18n.ts 59