1
0
Fork 0
This commit is contained in:
Chocobozzz 2020-02-28 13:54:31 +01:00
parent d3217560a6
commit 8ada87ac50
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -161,7 +161,7 @@ export class MenuComponent implements OnInit {
}).subscribe(() => this.authService.refreshUserInformation())
}
langForLocale(localeId: string) {
langForLocale (localeId: string) {
return this.languages.find(lang => lang.id = localeId).label
}