Browse Source
Feature/enable experimental languages in user account settings (#3655)
* Enable ca and pl as experimental
* Update changelog
pull/3658/head
Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
12 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/user-account-settings/user-account-settings.html
|
|
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Enabled Catalan (`ca`) as an option in the user settings (experimental) |
|
|
|
- Enabled Polish (`pl`) as an option in the user settings (experimental) |
|
|
|
- Improved the language localization for Portuguese (`pt`) |
|
|
|
- Optimized the docker image layers to reduce the image size |
|
|
|
- Updated the binary targets of `debian-openssl` for `prisma` |
|
|
|
|
|
@ -73,12 +73,10 @@ |
|
|
|
<mat-option value="de">Deutsch</mat-option> |
|
|
|
<mat-option value="en">English</mat-option> |
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<!-- |
|
|
|
<mat-option value="ca" |
|
|
|
>Català (<ng-container i18n>Community</ng-container |
|
|
|
>)</mat-option |
|
|
|
> |
|
|
|
--> |
|
|
|
<mat-option value="ca" |
|
|
|
>Català (<ng-container i18n>Community</ng-container |
|
|
|
>)</mat-option |
|
|
|
> |
|
|
|
} |
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<mat-option value="zh" |
|
|
@ -103,12 +101,10 @@ |
|
|
|
>)</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 |
|
|
|