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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
15 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/features/features-page.html
|
|
@ -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) |
|
|
|
|
|
@ -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"> |
|
|
|