From cb472c088464d03ee7e23250ae9497f58dd2a174 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Thu, 19 Sep 2024 20:28:09 +0200
Subject: [PATCH] Feature/improve ghostfolio po polsku (#3782)
* Improve Ghostfolio po polsku
---
apps/api/src/assets/sitemap.xml | 36 ++++++++++++++++++++++++-
apps/client/src/app/app.component.html | 8 +++---
apps/client/src/locales/messages.pl.xlf | 4 +--
3 files changed, 40 insertions(+), 8 deletions(-)
diff --git a/apps/api/src/assets/sitemap.xml b/apps/api/src/assets/sitemap.xml
index 860024c61..1a033a93e 100644
--- a/apps/api/src/assets/sitemap.xml
+++ b/apps/api/src/assets/sitemap.xml
@@ -446,12 +446,46 @@
https://ghostfol.io/nl/veelgestelde-vragen
${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/pl
+ ${currentDate}T00:00:00+00:00
+
+
+ https://ghostfol.io/pl/blog
+ ${currentDate}T00:00:00+00:00
+
+
+ https://ghostfol.io/pl/cennik
+ ${currentDate}T00:00:00+00:00
+
+
+
+ https://ghostfol.io/pl/funkcje
+ ${currentDate}T00:00:00+00:00
+
+
+ https://ghostfol.io/pl/o-ghostfolio
+ ${currentDate}T00:00:00+00:00
+
+
+ https://ghostfol.io/pl/rynki
+ ${currentDate}T00:00:00+00:00
+
+
+ https://ghostfol.io/pl/zarejestruj
+ ${currentDate}T00:00:00+00:00
+
https://ghostfol.io/pt
${currentDate}T00:00:00+00:00
diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html
index 806360c0f..db6a00e7b 100644
--- a/apps/client/src/app/app.component.html
+++ b/apps/client/src/app/app.component.html
@@ -168,11 +168,9 @@
Nederlands
-
+
+ Polski
+
Português
diff --git a/apps/client/src/locales/messages.pl.xlf b/apps/client/src/locales/messages.pl.xlf
index 717699a09..9290a4cb7 100644
--- a/apps/client/src/locales/messages.pl.xlf
+++ b/apps/client/src/locales/messages.pl.xlf
@@ -3,7 +3,7 @@
- o Ghostfolio
+ o-ghostfolio
apps/client/src/app/app.component.ts
60
@@ -119,7 +119,7 @@
- Funkcje
+ funkcje
apps/client/src/app/app.component.ts
68