Browse Source

Feature/move language localization for Polski from experimental to general availability (#4200)

* Move language localization for Polski from experimental to general availability

* Update changelog
pull/4202/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
2e4ad7b0ea
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 10
      apps/api/src/assets/sitemap.xml
  3. 10
      apps/client/src/app/components/user-account-settings/user-account-settings.html
  4. 7
      apps/client/src/app/pages/features/features-page.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Moved the language localization for Polski (`pl`) from experimental to general availability
- Extended the _Financial Modeling Prep_ service
- Switched to _ESLint_’s flat config format
- Upgraded `chart.js` from version `4.2.0` to `4.4.7`

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

@ -504,12 +504,10 @@
<loc>https://ghostfol.io/pl/o-ghostfolio</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<!--
<url>
<loc>https://ghostfol.io/pl/open</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
-->
<url>
<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>

10
apps/client/src/app/components/user-account-settings/user-account-settings.html

@ -100,12 +100,10 @@
>Nederlands (<ng-container i18n>Community</ng-container
>)</mat-option
>
@if (user?.settings?.isExperimentalFeatures) {
<mat-option value="pl"
>Polski (<ng-container i18n>Community</ng-container
>)</mat-option
>
}
<mat-option value="pl"
>Polski (<ng-container i18n>Community</ng-container
>)</mat-option
>
<mat-option value="pt"
>Português (<ng-container i18n>Community</ng-container
>)</mat-option

7
apps/client/src/app/pages/features/features-page.html

@ -242,11 +242,10 @@
<h4 i18n>Multi-Language</h4>
<p class="m-0">
Use Ghostfolio in multiple languages: English,
<!--Català, -->
<!-- Català, -->
<!-- Chinese, -->
Dutch, French, German, Italian,
<!-- Polish, -->
Portuguese, Spanish and Turkish
Dutch, French, German, Italian, Polish, Portuguese, Spanish
and Turkish
<!-- and Ukrainian -->
are currently supported.
</p>

Loading…
Cancel
Save