Browse Source

Feature/add multi language support to feature overview (#1284)

* Add multi-language support

* Update changelog
pull/1286/head^2
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
1095b47f45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 11
      apps/client/src/app/pages/features/features-page.html

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Extended the feature overview page by multi-language support (English, German, Italian)
### Changed
- Improved the style of various selectors (density)

11
apps/client/src/app/pages/features/features-page.html

@ -192,6 +192,17 @@
</div>
</mat-card>
</div>
<div class="col-xs-12 col-md-4 mb-3">
<mat-card class="d-flex flex-column h-100">
<div class="flex-grow-1">
<h4>Multi-Language</h4>
<p class="m-0">
Use Ghostfolio in multiple languages: English, German and
Italian are currently supported.
</p>
</div>
</mat-card>
</div>
<div class="col-xs-12 col-md-4 mb-3">
<mat-card class="d-flex flex-column h-100">
<div class="flex-grow-1">

Loading…
Cancel
Save