Browse Source

Feature/localize content of about page (part 3) (#5441)

* Localize content of about page
pull/5391/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
c702e82653
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 42
      apps/client/src/app/pages/about/overview/about-overview-page.html

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

@ -36,7 +36,11 @@
} }
<ng-container>. </ng-container> <ng-container>. </ng-container>
<ng-container i18n>The project has been initiated by</ng-container> <ng-container i18n>The project has been initiated by</ng-container>
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"> <a
href="https://dotsilver.ch"
i18n-title
title="Website of Thomas Kaul"
>
Thomas Kaul Thomas Kaul
</a> </a>
<ng-container i18n <ng-container i18n
@ -50,14 +54,17 @@
@if (hasPermissionForSubscription) { @if (hasPermissionForSubscription) {
<ng-container i18n>Check the system status at</ng-container> <ng-container i18n>Check the system status at</ng-container>
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<a href="https://status.ghostfol.io" title="Ghostfolio Status" <a
href="https://status.ghostfol.io"
i18n-title
title="Ghostfolio Status"
>status.ghostfol.io</a >status.ghostfol.io</a
>. >.
} }
</p> </p>
<p> <p>
<ng-container i18n> <ng-container i18n>
If you encounter a bug or would like to suggest an improvement or a If you encounter a bug, would like to suggest an improvement or a
new new
<a [routerLink]="routerLinkFeatures">feature</a>, please join the <a [routerLink]="routerLinkFeatures">feature</a>, please join the
Ghostfolio Ghostfolio
@ -74,23 +81,22 @@
></ng-container ></ng-container
> >
@if (user?.subscription?.type === 'Premium') { @if (user?.subscription?.type === 'Premium') {
, <ng-container>, </ng-container>
<ng-container i18n <ng-container i18n>send an e-mail to</ng-container>
>send an e-mail to <ng-container>&nbsp;</ng-container>
<a href="mailto:hi@ghostfol.io" title="Send an e-mail" <a href="mailto:hi@ghostfol.io" i18n-title title="Send an e-mail"
>hi&#64;ghostfol.io</a >hi&#64;ghostfol.io</a
></ng-container
> >
} }
<ng-container i18n> <ng-container>&nbsp;</ng-container>
or start a discussion at <ng-container i18n>or start a discussion at</ng-container>
<a <ng-container>&nbsp;</ng-container>
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"
>.</ng-container >GitHub</a
> >.
</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