locale + darktheme support, fixes boolean profilefield

This commit is contained in:
_Bastler
2021-03-29 14:35:25 +02:00
parent 2cbfd628a2
commit f76843a2e9
11 changed files with 63 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
</button>
<mat-menu #menu="matMenu">
<a *ngFor="let locale of locales" mat-menu-item (click)="setLocale(locale)">{{'locale.' + locale + '.long' |
i18n}}</a>
i18n}} <mat-icon inline=true *ngIf="locale == currentLocale">done</mat-icon></a>
</mat-menu>
</ng-container>
</mat-toolbar>