diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b196824..29d71c9fe 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 - 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 +- 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