fix: add translations for at the hotel

This commit is contained in:
Chuma McPhoy
2024-07-08 11:34:07 +02:00
parent e4e65922a7
commit d76cea3fcd
7 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ export default async function AmenitiesList({
return ( return (
<section className={styles.amenitiesContainer}> <section className={styles.amenitiesContainer}>
{/*TODO: Update to "Subtitle 2" once we have the new tokens. */} {/*TODO: Update to "Subtitle 2" once we have the new tokens. */}
<Subtitle color="black">At the hotel</Subtitle> <Subtitle color="black">{formatMessage({ id: "At the hotel" })}</Subtitle>
<div className={styles.amenityItemList}> <div className={styles.amenityItemList}>
{sortedAmenities.map((facility) => { {sortedAmenities.map((facility) => {
const IconComponent = mapFacilityToIcon(facility.name) const IconComponent = mapFacilityToIcon(facility.name)

View File

@@ -5,6 +5,7 @@
"Arrival date": "Ankomstdato", "Arrival date": "Ankomstdato",
"As our": "Som vores", "As our": "Som vores",
"As our Close Friend": "Som vores nære ven", "As our Close Friend": "Som vores nære ven",
"At the hotel": "På hotellet",
"Book": "Bestil", "Book": "Bestil",
"Booking number": "Bestillingsnummer", "Booking number": "Bestillingsnummer",
"Cancel": "Afbestille", "Cancel": "Afbestille",

View File

@@ -5,6 +5,7 @@
"Arrival date": "Ankunftsdatum", "Arrival date": "Ankunftsdatum",
"As our": "Als unsere", "As our": "Als unsere",
"As our Close Friend": "Als unser enger Freund", "As our Close Friend": "Als unser enger Freund",
"At the hotel": "Im Hotel",
"Book": "Buch", "Book": "Buch",
"Booking number": "Buchungsnummer", "Booking number": "Buchungsnummer",
"Cancel": "Stornieren", "Cancel": "Stornieren",

View File

@@ -5,6 +5,7 @@
"Arrival date": "Arrival date", "Arrival date": "Arrival date",
"As our": "As our", "As our": "As our",
"As our Close Friend": "As our Close Friend", "As our Close Friend": "As our Close Friend",
"At the hotel": "At the hotel",
"Book": "Book", "Book": "Book",
"Booking number": "Booking number", "Booking number": "Booking number",
"Cancel": "Cancel", "Cancel": "Cancel",

View File

@@ -5,6 +5,7 @@
"Arrival date": "Saapumispäivä", "Arrival date": "Saapumispäivä",
"As our": "Kuin meidän", "As our": "Kuin meidän",
"As our Close Friend": "Läheisenä ystävänämme", "As our Close Friend": "Läheisenä ystävänämme",
"At the hotel": "Hotellissa",
"Book": "Kirja", "Book": "Kirja",
"Booking number": "Varausnumero", "Booking number": "Varausnumero",
"Cancel": "Peruuttaa", "Cancel": "Peruuttaa",

View File

@@ -5,6 +5,7 @@
"Arrival date": "Ankomstdato", "Arrival date": "Ankomstdato",
"As our": "Som vår", "As our": "Som vår",
"As our Close Friend": "Som vår nære venn", "As our Close Friend": "Som vår nære venn",
"At the hotel": "På hotellet",
"Book": "Bok", "Book": "Bok",
"Booking number": "Bestillingsnummer", "Booking number": "Bestillingsnummer",
"Cancel": "Avbryt", "Cancel": "Avbryt",

View File

@@ -5,6 +5,7 @@
"Arrival date": "Ankomstdatum", "Arrival date": "Ankomstdatum",
"As our": "Som vår", "As our": "Som vår",
"As our Close Friend": "Som vår nära vän", "As our Close Friend": "Som vår nära vän",
"At the hotel": "På hotellet",
"Book": "Boka", "Book": "Boka",
"Booking number": "Bokningsnummer", "Booking number": "Bokningsnummer",
"Cancel": "Avbryt", "Cancel": "Avbryt",