Browse Source
Bugfix/fix language selector of user account settings (#3613)
Fix value of Català
pull/3631/head
Thomas Kaul
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
apps/client/src/app/components/user-account-settings/user-account-settings.html
|
|
@ -70,16 +70,16 @@ |
|
|
|
" |
|
|
|
> |
|
|
|
<mat-option [value]="null" /> |
|
|
|
<mat-option value="de">Deutsch</mat-option> |
|
|
|
<mat-option value="en">English</mat-option> |
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<!-- |
|
|
|
<mat-option value="de" |
|
|
|
<mat-option value="ca" |
|
|
|
>Català (<ng-container i18n>Community</ng-container |
|
|
|
>)</mat-option |
|
|
|
> |
|
|
|
--> |
|
|
|
} |
|
|
|
<mat-option value="de">Deutsch</mat-option> |
|
|
|
<mat-option value="en">English</mat-option> |
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<mat-option value="zh" |
|
|
|
>Chinese (<ng-container i18n>Community</ng-container |
|
|
|