feat: add translations

This commit is contained in:
Fredrik Thorsson
2024-07-11 15:46:31 +02:00
parent 4a18d68909
commit 10bb946a90
7 changed files with 23 additions and 7 deletions

View File

@@ -15,7 +15,17 @@ export default async function HotelFilter() {
</div>
<div className={styles.facilities}>
{formatMessage({ id: "Hotel facilities" })}
<div className={styles.filter}></div>
<div className={styles.filter}>
<input id="balcony" name="balcony" type="checkbox" />
<label htmlFor="balcony">Balcony</label>
</div>
</div>
<div className={styles.facilities}>
{formatMessage({ id: "Hotel surroundings" })}
<div className={styles.filter}>
<input id="balcony" name="balcony" type="checkbox" />
<label htmlFor="balcony">Balcony</label>
</div>
</div>
</aside>
)

View File

@@ -125,5 +125,6 @@
"Your level": "Dit niveau",
"Zip code": "Postnummer",
"Room facilities": "Værelsesfaciliteter",
"Hotel facilities": "Hotel faciliteter"
"Hotel facilities": "Hotel faciliteter",
"Hotel surroundings": "Hotel omgivelser"
}

View File

@@ -125,5 +125,6 @@
"Your level": "Dein level",
"Zip code": "PLZ",
"Room facilities": "Zimmerausstattung",
"Hotel facilities": "Hotel-Infos"
"Hotel facilities": "Hotel-Infos",
"Hotel surroundings": "Umgebung des Hotels"
}

View File

@@ -130,5 +130,6 @@
"Your level": "Your level",
"Zip code": "Zip code",
"Room facilities": "Room facilities",
"Hotel facilities": "Hotel facilities"
"Hotel facilities": "Hotel facilities",
"Hotel surroundings": "Hotel surroundings"
}

View File

@@ -125,5 +125,6 @@
"Your level": "Tasosi",
"Zip code": "Postinumero",
"Room facilities": "Huoneen varustelu",
"Hotel facilities": "Hotellin palvelut"
"Hotel facilities": "Hotellin palvelut",
"Hotel surroundings": "Hotellin ympäristö"
}

View File

@@ -125,5 +125,6 @@
"Your level": "Ditt nivå",
"Zip code": "Post kode",
"Room facilities": "Romfasiliteter",
"Hotel facilities": "Hotelfaciliteter"
"Hotel facilities": "Hotelfaciliteter",
"Hotel surroundings": "Hotellomgivelser"
}

View File

@@ -128,5 +128,6 @@
"Your level": "Din nivå",
"Zip code": "Postnummer",
"Room facilities": "Rumlfaciliteter",
"Hotel facilities": "Hotellfaciliteter"
"Hotel facilities": "Hotellfaciliteter",
"Hotel surroundings": "Hotellomgivning"
}