Added translation in list component

This commit is contained in:
grata
2023-04-23 16:00:10 +02:00
parent 34c87cf3e3
commit 22253b5910
9 changed files with 64 additions and 34 deletions

View File

@@ -1,9 +1,14 @@
export interface translations {
export interface homeTranslations {
alertMessage: string;
translate: string;
searchButton: string;
searchPlaceholder: string;
menuPlaces: string;
menuNear: string;
}
export interface listTranslations {
translate: string;
locationName: string;
distance: string;
}