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
parent
commit
eef97ca8c0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 3
      apps/client/project.json

1
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`

3
apps/client/project.json

@ -271,7 +271,8 @@
"messages.tr.xlf",
"messages.uk.xlf",
"messages.zh.xlf"
]
],
"trim": true
}
},
"lint": {

Loading…
Cancel
Save