From d76cea3fcdec4651544e9a9fb05bc7088bd0ddc1 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 8 Jul 2024 11:34:07 +0200 Subject: [PATCH] fix: add translations for at the hotel --- components/ContentType/HotelPage/AmenitiesList/index.tsx | 2 +- i18n/dictionaries/da.json | 1 + i18n/dictionaries/de.json | 1 + i18n/dictionaries/en.json | 1 + i18n/dictionaries/fi.json | 1 + i18n/dictionaries/no.json | 1 + i18n/dictionaries/sv.json | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/ContentType/HotelPage/AmenitiesList/index.tsx b/components/ContentType/HotelPage/AmenitiesList/index.tsx index 7732fcd73..846dffe7a 100644 --- a/components/ContentType/HotelPage/AmenitiesList/index.tsx +++ b/components/ContentType/HotelPage/AmenitiesList/index.tsx @@ -21,7 +21,7 @@ export default async function AmenitiesList({ return (
{/*TODO: Update to "Subtitle 2" once we have the new tokens. */} - At the hotel + {formatMessage({ id: "At the hotel" })}
{sortedAmenities.map((facility) => { const IconComponent = mapFacilityToIcon(facility.name) diff --git a/i18n/dictionaries/da.json b/i18n/dictionaries/da.json index a45c59815..6a5b2e3a3 100644 --- a/i18n/dictionaries/da.json +++ b/i18n/dictionaries/da.json @@ -5,6 +5,7 @@ "Arrival date": "Ankomstdato", "As our": "Som vores", "As our Close Friend": "Som vores nære ven", + "At the hotel": "På hotellet", "Book": "Bestil", "Booking number": "Bestillingsnummer", "Cancel": "Afbestille", diff --git a/i18n/dictionaries/de.json b/i18n/dictionaries/de.json index 3daa55820..61cf906b9 100644 --- a/i18n/dictionaries/de.json +++ b/i18n/dictionaries/de.json @@ -5,6 +5,7 @@ "Arrival date": "Ankunftsdatum", "As our": "Als unsere", "As our Close Friend": "Als unser enger Freund", + "At the hotel": "Im Hotel", "Book": "Buch", "Booking number": "Buchungsnummer", "Cancel": "Stornieren", diff --git a/i18n/dictionaries/en.json b/i18n/dictionaries/en.json index 875f63bed..0b447822f 100644 --- a/i18n/dictionaries/en.json +++ b/i18n/dictionaries/en.json @@ -5,6 +5,7 @@ "Arrival date": "Arrival date", "As our": "As our", "As our Close Friend": "As our Close Friend", + "At the hotel": "At the hotel", "Book": "Book", "Booking number": "Booking number", "Cancel": "Cancel", diff --git a/i18n/dictionaries/fi.json b/i18n/dictionaries/fi.json index 25e10e809..b8b392786 100644 --- a/i18n/dictionaries/fi.json +++ b/i18n/dictionaries/fi.json @@ -5,6 +5,7 @@ "Arrival date": "Saapumispäivä", "As our": "Kuin meidän", "As our Close Friend": "Läheisenä ystävänämme", + "At the hotel": "Hotellissa", "Book": "Kirja", "Booking number": "Varausnumero", "Cancel": "Peruuttaa", diff --git a/i18n/dictionaries/no.json b/i18n/dictionaries/no.json index 3ca70d42d..c1276c533 100644 --- a/i18n/dictionaries/no.json +++ b/i18n/dictionaries/no.json @@ -5,6 +5,7 @@ "Arrival date": "Ankomstdato", "As our": "Som vår", "As our Close Friend": "Som vår nære venn", + "At the hotel": "På hotellet", "Book": "Bok", "Booking number": "Bestillingsnummer", "Cancel": "Avbryt", diff --git a/i18n/dictionaries/sv.json b/i18n/dictionaries/sv.json index a80a502c4..c9f3d1871 100644 --- a/i18n/dictionaries/sv.json +++ b/i18n/dictionaries/sv.json @@ -5,6 +5,7 @@ "Arrival date": "Ankomstdatum", "As our": "Som vår", "As our Close Friend": "Som vår nära vän", + "At the hotel": "På hotellet", "Book": "Boka", "Booking number": "Bokningsnummer", "Cancel": "Avbryt",