Browse Source

Feature/improve ghostfolio po polsku (#3782)

* Improve Ghostfolio po polsku
pull/3783/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
cb472c0884
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 36
      apps/api/src/assets/sitemap.xml
  2. 8
      apps/client/src/app/app.component.html
  3. 4
      apps/client/src/locales/messages.pl.xlf

36
apps/api/src/assets/sitemap.xml

@ -446,12 +446,46 @@
<loc>https://ghostfol.io/nl/veelgestelde-vragen</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pl</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pl/blog</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pl/cennik</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<!--
<url>
<loc>https://ghostfol.io/pl/faq</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
-->
<url>
<loc>https://ghostfol.io/pl/funkcje</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pl/o-ghostfolio</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<!--
<url>
<loc>https://ghostfol.io/pl</loc>
<loc>https://ghostfol.io/pl/open</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
-->
<url>
<loc>https://ghostfol.io/pl/rynki</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pl/zarejestruj</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/pt</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>

8
apps/client/src/app/app.component.html

@ -168,11 +168,9 @@
<li>
<a href="../nl" title="Ghostfolio in Nederlands">Nederlands</a>
</li>
<!--
<li>
<a href="../pl" title="Ghostfolio in Polski">Polski</a>
</li>
-->
<li>
<a href="../pl" title="Ghostfolio in Polski">Polski</a>
</li>
<li>
<a href="../pt" title="Ghostfolio in Português">Português</a>
</li>

4
apps/client/src/locales/messages.pl.xlf

@ -3,7 +3,7 @@
<body>
<trans-unit id="8379314117913380516" datatype="html">
<source>about</source>
<target state="translated">o Ghostfolio</target>
<target state="translated">o-ghostfolio</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/app.component.ts</context>
<context context-type="linenumber">60</context>
@ -119,7 +119,7 @@
</trans-unit>
<trans-unit id="6703761340382395781" datatype="html">
<source>features</source>
<target state="translated">Funkcje</target>
<target state="translated">funkcje</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/app.component.ts</context>
<context context-type="linenumber">68</context>

Loading…
Cancel
Save