Browse Source
Feature/enable trim in extract-i18n configuration (#5456)
* Enable trim
* Update changelog
pull/5448/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/project.json
|
|
@ -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` |
|
|
|
|
|
@ -271,7 +271,8 @@ |
|
|
|
"messages.tr.xlf", |
|
|
|
"messages.uk.xlf", |
|
|
|
"messages.zh.xlf" |
|
|
|
] |
|
|
|
], |
|
|
|
"trim": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|