diff --git a/CHANGELOG.md b/CHANGELOG.md index c56c56723..8f8d6492b 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 - Refactored the benchmark comparator component to standalone - Refactored the portfolio summary component to standalone - Refactored the world map chart component to standalone +- Enbabled the trim option in the `extract-i18n` configuration - Improved the language localization for German (`de`) - Upgraded the _Stripe_ dependencies - Upgraded `ngx-device-detector` from version `10.0.2` to `10.1.0` diff --git a/apps/client/project.json b/apps/client/project.json index 0b0dc0a63..fe6353e7c 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -271,7 +271,8 @@ "messages.tr.xlf", "messages.uk.xlf", "messages.zh.xlf" - ] + ], + "trim": true } }, "lint": {