Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-05-07 13:23:38 +02:00
6 changed files with 37 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ export class ReadTranslateJsonService {
this.listTranslation.distance = data.distance;
this.listTranslation.locationName = data.locationName;
this.listTranslation.positionNotFoundErrorMessage = data.positionNotFoundErrorMessage;
this.listTranslation.waypointVisitedPercentage = data.waypointVisitedPercentage;
});
this.http.get<managementTranslations>('assets/i18n/management/en.json').subscribe(data => {