Feature/enable experimental languages in user account settings (#3655)
* Enable ca and pl as experimental * Update changelog
This commit is contained in:
parent
0f46ca4db2
commit
49485f79d2
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### 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`)
|
- Improved the language localization for Portuguese (`pt`)
|
||||||
- Optimized the docker image layers to reduce the image size
|
- Optimized the docker image layers to reduce the image size
|
||||||
- Updated the binary targets of `debian-openssl` for `prisma`
|
- Updated the binary targets of `debian-openssl` for `prisma`
|
||||||
|
@ -73,12 +73,10 @@
|
|||||||
<mat-option value="de">Deutsch</mat-option>
|
<mat-option value="de">Deutsch</mat-option>
|
||||||
<mat-option value="en">English</mat-option>
|
<mat-option value="en">English</mat-option>
|
||||||
@if (user?.settings?.isExperimentalFeatures) {
|
@if (user?.settings?.isExperimentalFeatures) {
|
||||||
<!--
|
<mat-option value="ca"
|
||||||
<mat-option value="ca"
|
>Català (<ng-container i18n>Community</ng-container
|
||||||
>Català (<ng-container i18n>Community</ng-container
|
>)</mat-option
|
||||||
>)</mat-option
|
>
|
||||||
>
|
|
||||||
-->
|
|
||||||
}
|
}
|
||||||
@if (user?.settings?.isExperimentalFeatures) {
|
@if (user?.settings?.isExperimentalFeatures) {
|
||||||
<mat-option value="zh"
|
<mat-option value="zh"
|
||||||
@ -103,12 +101,10 @@
|
|||||||
>)</mat-option
|
>)</mat-option
|
||||||
>
|
>
|
||||||
@if (user?.settings?.isExperimentalFeatures) {
|
@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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user