diff --git a/src/app/component/list/list.component.ts b/src/app/component/list/list.component.ts index 01393cf..8bd59b2 100644 --- a/src/app/component/list/list.component.ts +++ b/src/app/component/list/list.component.ts @@ -44,10 +44,12 @@ export class ListComponent implements OnInit, OnChanges { private waypointVisitedService: WaypointVisitedService, private userService: UserService, private cookieService: cookieService, + private readTranslationJsonService: ReadTranslateJsonService, ) { } async ngOnInit() { + this.translations = this.readTranslationJsonService.getListTransaltions(); this.username = this.cookieService.getUsername(); this.route.params.subscribe(params => { this.locationParams = params['location'];