Browse Source

Feature/localize content of about page (#5436)

* Localize content of about page

* Update changelog
pull/5429/head^2
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
1704814f8c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 126
      apps/client/src/app/pages/about/overview/about-overview-page.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Localized the content of the about page
- Upgraded `yahoo-finance2` from version `3.6.4` to `3.8.0` - Upgraded `yahoo-finance2` from version `3.6.4` to `3.8.0`
## 2.195.0 - 2025-08-29 ## 2.195.0 - 2025-08-29

126
apps/client/src/app/pages/about/overview/about-overview-page.html

@ -6,74 +6,92 @@
</h1> </h1>
<div class="about-container"> <div class="about-container">
<p> <p>
Ghostfolio is a lightweight wealth management application for <ng-container i18n
individuals to keep track of stocks, ETFs or cryptocurrencies and make >Ghostfolio is a lightweight wealth management application for
solid, data-driven investment decisions. The source code is fully individuals to keep track of stocks, ETFs or cryptocurrencies and
available as make solid, data-driven investment decisions.</ng-container
<a
href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub"
>open source software</a
> >
(OSS) under the <ng-container i18n>
<a The source code is fully available as
href="https://www.gnu.org/licenses/agpl-3.0.html" <a
title="GNU Affero General Public License" href="https://github.com/ghostfolio/ghostfolio"
>AGPL-3.0 license</a title="Find Ghostfolio on GitHub"
>open source software</a
>
(OSS) under the
<a
href="https://www.gnu.org/licenses/agpl-3.0.html"
title="GNU Affero General Public License"
>AGPL-3.0 license</a
></ng-container
> >
@if (hasPermissionForStatistics) { @if (hasPermissionForStatistics) {
and we share aggregated <ng-container i18n>
<a title="Open Startup" [routerLink]="routerLinkOpenStartup" and we share aggregated
>key metrics</a <a title="Open Startup" [routerLink]="routerLinkOpenStartup"
>key metrics</a
>
of the platform’s performance</ng-container
> >
of the platform’s performance
} }
. The project has been initiated by .
<a href="https://dotsilver.ch" title="Website of Thomas Kaul" <ng-container i18n
>Thomas Kaul</a >The project has been initiated by
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"
>Thomas Kaul</a
>
and is driven by the efforts of its
<a
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors"
title="Contributors to Ghostfolio"
>contributors</a
>.</ng-container
> >
and is driven by the efforts of its
<a
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors"
title="Contributors to Ghostfolio"
>contributors</a
>.
@if (hasPermissionForSubscription) { @if (hasPermissionForSubscription) {
Check the system status at <ng-container i18n>
<a href="https://status.ghostfol.io" title="Ghostfolio Status" Check the system status at
>status.ghostfol.io</a <a href="https://status.ghostfol.io" title="Ghostfolio Status"
>. >status.ghostfol.io</a
>.</ng-container
>
} }
</p> </p>
<p> <p>
If you encounter a bug or would like to suggest an improvement or a <ng-container i18n>
new If you encounter a bug or would like to suggest an improvement or a
<a [routerLink]="routerLinkFeatures">feature</a>, please join the new
Ghostfolio <a [routerLink]="routerLinkFeatures">feature</a>, please join the
<a Ghostfolio
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" <a
title="Join the Ghostfolio Slack community" href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
>Slack</a title="Join the Ghostfolio Slack community"
> >Slack</a
community, post to >
<a community, post to
href="https://x.com/ghostfolio_" <a
title="Post to Ghostfolio on X (formerly Twitter)" href="https://x.com/ghostfolio_"
>&#64;ghostfolio_</a title="Post to Ghostfolio on X (formerly Twitter)"
>&#64;ghostfolio_</a
></ng-container
> >
@if (user?.subscription?.type === 'Premium') { @if (user?.subscription?.type === 'Premium') {
, send an e-mail to ,
<a href="mailto:hi@ghostfol.io" title="Send an e-mail" <ng-container i18n
>hi&#64;ghostfol.io</a >send an e-mail to
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
>hi&#64;ghostfol.io</a
></ng-container
> >
} }
or start a discussion at <ng-container i18n>
<a or start a discussion at
href="https://github.com/ghostfolio/ghostfolio" <a
i18n-title href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub" i18n-title
>GitHub</a title="Find Ghostfolio on GitHub"
>. >GitHub</a
>.</ng-container
>
</p> </p>
<p class="align-items-center d-flex justify-content-center"> <p class="align-items-center d-flex justify-content-center">
<a <a

Loading…
Cancel
Save