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 days ago committed by GitHub
parent 6f16e0a650
commit 2e4ad7b0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

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

Loading…
Cancel
Save