Browse Source

Feature/localize tooltips on about overview page (#5227)

* Localize tooltips

* Update changelog
pull/5230/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
b671368cdc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      apps/client/src/app/pages/about/overview/about-overview-page.html

1
CHANGELOG.md

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Localized the tooltips of the about page
- Improved the language localization for Catalan (`ca`) - Improved the language localization for Catalan (`ca`)
- Improved the language localization for Dutch (`nl`) - Improved the language localization for Dutch (`nl`)
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)

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

@ -70,6 +70,7 @@
or start a discussion at or start a discussion at
<a <a
href="https://github.com/ghostfolio/ghostfolio" href="https://github.com/ghostfolio/ghostfolio"
i18n-title
title="Find Ghostfolio on GitHub" title="Find Ghostfolio on GitHub"
>GitHub</a >GitHub</a
>. >.
@ -78,6 +79,7 @@
<a <a
class="mx-2" class="mx-2"
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg"
i18n-title
mat-icon-button mat-icon-button
title="Join the Ghostfolio Slack community" title="Join the Ghostfolio Slack community"
> >
@ -86,6 +88,7 @@
<a <a
class="mx-2" class="mx-2"
href="https://x.com/ghostfolio_" href="https://x.com/ghostfolio_"
i18n-title
mat-icon-button mat-icon-button
title="Follow Ghostfolio on X (formerly Twitter)" title="Follow Ghostfolio on X (formerly Twitter)"
> >
@ -95,6 +98,7 @@
<a <a
class="mx-2" class="mx-2"
href="mailto:hi@ghostfol.io" href="mailto:hi@ghostfol.io"
i18n-title
mat-icon-button mat-icon-button
title="Send an e-mail" title="Send an e-mail"
> >
@ -104,6 +108,7 @@
<a <a
class="mx-2" class="mx-2"
href="https://github.com/ghostfolio/ghostfolio" href="https://github.com/ghostfolio/ghostfolio"
i18n-title
mat-icon-button mat-icon-button
title="Find Ghostfolio on GitHub" title="Find Ghostfolio on GitHub"
> >
@ -112,6 +117,7 @@
<a <a
class="mx-2" class="mx-2"
href="https://linkedin.com/company/ghostfolio" href="https://linkedin.com/company/ghostfolio"
i18n-title
mat-icon-button mat-icon-button
title="Follow Ghostfolio on LinkedIn" title="Follow Ghostfolio on LinkedIn"
> >
@ -122,6 +128,7 @@
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<div <div
class="independent-and-bootstrapped-logo mb-2" class="independent-and-bootstrapped-logo mb-2"
i18n-title
title="Ghostfolio is an independent & bootstrapped business" title="Ghostfolio is an independent & bootstrapped business"
></div> ></div>
</div> </div>
@ -129,6 +136,7 @@
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<a <a
href="https://www.buymeacoffee.com/ghostfolio" href="https://www.buymeacoffee.com/ghostfolio"
i18n-title
target="_blank" target="_blank"
title="Support Ghostfolio" title="Support Ghostfolio"
><img ><img

Loading…
Cancel
Save