From e4ec5f213e8be1e5e56fbc8a73c465eac26f8d74 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Thu, 26 Oct 2023 19:36:34 +0200
Subject: [PATCH] Feature/extend personal finance tools pages 20231026 (#2547)
* Improve wording (vs)
* Improve breadcrumb (vs)
* Add Beanvest
* Add Wealthica
* Update locales
---
apps/api/src/assets/sitemap.xml | 32 +
.../product-page-template.html | 29 +-
.../personal-finance-tools/products.ts | 25 +
.../products/beanvest-page.component.ts | 31 +
.../products/wealthica-page.component.ts | 31 +
apps/client/src/locales/messages.de.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.es.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.fr.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.it.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.nl.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.pt.xlf | 2502 +++++++++-------
apps/client/src/locales/messages.tr.xlf | 2546 +++++++++-------
apps/client/src/locales/messages.xlf | 2570 ++++++++++-------
13 files changed, 12055 insertions(+), 8221 deletions(-)
create mode 100644 apps/client/src/app/pages/resources/personal-finance-tools/products/beanvest-page.component.ts
create mode 100644 apps/client/src/app/pages/resources/personal-finance-tools/products/wealthica-page.component.ts
diff --git a/apps/api/src/assets/sitemap.xml b/apps/api/src/assets/sitemap.xml
index 2a3650752..20673ed8a 100644
--- a/apps/api/src/assets/sitemap.xml
+++ b/apps/api/src/assets/sitemap.xml
@@ -58,6 +58,10 @@
https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-altoo
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-beanvest
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-capmon
${currentDate}T00:00:00+00:00
@@ -166,6 +170,10 @@
https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-utluna
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-wealthica
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/de/ressourcen/personal-finance-tools/open-source-alternative-zu-yeekatee
${currentDate}T00:00:00+00:00
@@ -312,6 +320,10 @@
https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-altoo
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-beanvest
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-capmon
${currentDate}T00:00:00+00:00
@@ -420,6 +432,10 @@
https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-utluna
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-wealthica
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/en/resources/personal-finance-tools/open-source-alternative-to-yeekatee
${currentDate}T00:00:00+00:00
@@ -594,6 +610,10 @@
https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-altoo
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-beanvest
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-campmon
${currentDate}T00:00:00+00:00
@@ -702,6 +722,10 @@
https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-utluna
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-wealthica
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/it/risorse/personal-finance-tools/alternativa-open-source-a-yeekatee
${currentDate}T00:00:00+00:00
@@ -722,6 +746,10 @@
https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-altoo
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-beanvest
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-capmon
${currentDate}T00:00:00+00:00
@@ -830,6 +858,10 @@
https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-utluna
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-wealthica
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/nl/bronnen/personal-finance-tools/open-source-alternatief-voor-yeekatee
${currentDate}T00:00:00+00:00
diff --git a/apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html b/apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html
index b58bb79d4..0522915f5 100644
--- a/apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html
+++ b/apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html
@@ -35,15 +35,19 @@
its capabilities, security, and user experience.
- Let’s dive deeper into the detailed comparison table below to gain a
- thorough understanding of how Ghostfolio positions itself relative
- to {{ product2.name }}. We will explore various aspects such as
- features, data privacy, pricing, and more, allowing you to make a
- well-informed choice for your personal requirements.
+ Let’s dive deeper into the detailed Ghostfolio vs {{ product2.name
+ }} comparison table below to gain a thorough understanding of how
+ Ghostfolio positions itself relative to {{ product2.name }}. We will
+ explore various aspects such as features, data privacy, pricing, and
+ more, allowing you to make a well-informed choice for your personal
+ requirements.
+
+ Ghostfolio vs {{ product2.name }} comparison table
+