added translation for new feature

This commit is contained in:
grata
2023-04-25 15:02:40 +02:00
parent 75833f4db4
commit 95e27510e2
5 changed files with 6 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ export class ReadTranslateJsonService {
this.listTranslation.translate = data.translate;
this.listTranslation.distance = data.distance;
this.listTranslation.locationName = data.locationName;
this.listTranslation.positionNotFoundErrorMessage = data.positionNotFoundErrorMessage;
console.log("data loaded", this.homeTranslations)
});
}