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

@@ -10,5 +10,6 @@ export interface listTranslations {
translate: string;
locationName: string;
distance: string;
positionNotFoundErrorMessage: string;
}