diff --git a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx index 921387e1d..dc787426c 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx @@ -49,7 +49,7 @@ export default function CityListing() { {intl.formatMessage( { - id: `{count, plural, one {# Location} other {# Locations}}`, + id: "{count, plural, one {# Location} other {# Locations}}", }, { count: activeCities.length } )} diff --git a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx index b862f51b3..7e7699390 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx @@ -49,7 +49,7 @@ export default function HotelListing() { {intl.formatMessage( { - id: `{count, plural, one {# Hotel} other {# Hotels}}`, + id: "{count, plural, one {# Hotel} other {# Hotels}}", }, { count: activeHotels.length } )} diff --git a/apps/scandic-web/i18n/dictionaries/da.json b/apps/scandic-web/i18n/dictionaries/da.json index 9085ca5fe..a18e68cef 100644 --- a/apps/scandic-web/i18n/dictionaries/da.json +++ b/apps/scandic-web/i18n/dictionaries/da.json @@ -601,6 +601,7 @@ "Restaurant & Bar": "Restaurant & Bar", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Gentag den nye adgangskode", + "Room": "Værelse", "Room & Terms": "Værelse & Vilkår", "Room charge": "Værelsesafgift", "Room details": "Room details", @@ -852,9 +853,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} fra {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} fra {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# barn} other {# børn}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {# hotel} other {# hoteller}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {# sted} other {# steder}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} Result} other {{count} Results}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# hotel} other {# hoteller}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# sted} other {# steder}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {# Result} other {# Results}}", "{count} destinations": "{count} destinationer", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} lille bogstav", @@ -902,6 +903,5 @@ "{value} cm": "{value} cm", "{value} m²": "{number} m²", "{value} points": "{value} point", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle rettigheder forbeholdes", - "Room": "Værelse" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle rettigheder forbeholdes" } diff --git a/apps/scandic-web/i18n/dictionaries/de.json b/apps/scandic-web/i18n/dictionaries/de.json index bace5d790..57eac8692 100644 --- a/apps/scandic-web/i18n/dictionaries/de.json +++ b/apps/scandic-web/i18n/dictionaries/de.json @@ -600,6 +600,7 @@ "Restaurant & Bar": "Restaurant & Bar", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Neues Passwort erneut eingeben", + "Room": "Zimmer", "Room & Terms": "Zimmer & Bedingungen", "Room charge": "Zimmerpreis", "Room details": "Room details", @@ -850,9 +851,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} aus {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} aus {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# Kind} other {# Kinder}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {{count} Hotel} other {{count} Hotels}}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {# Standort} other {# Standorte}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} Ergebnis} other {{count} Ergebnisse}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# Hotel} other {# Hotels}}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# Standort} other {# Standorte}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {{count} Ergebnis} other {{count} Ergebnisse}}", "{count} destinations": "{count} Ziele", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} Kleinbuchstabe", @@ -900,6 +901,5 @@ "{value} cm": "{value} cm", "{value} m²": "{number} m²", "{value} points": "{value} punkte", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle Rechte vorbehalten", - "Room": "Zimmer" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle Rechte vorbehalten" } diff --git a/apps/scandic-web/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json index fb9e40dee..65a9be2f8 100644 --- a/apps/scandic-web/i18n/dictionaries/en.json +++ b/apps/scandic-web/i18n/dictionaries/en.json @@ -599,6 +599,7 @@ "Restaurant & Bar": "Restaurant & Bar", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Retype new password", + "Room": "Room", "Room & Terms": "Room & Terms", "Room charge": "Room charge", "Room details": "Room details", @@ -845,9 +846,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} from {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} from {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# child} other {# children}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {{count} Hotel} other {{count} Hotels}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {{count} Location} other {{count} Locations}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} Result} other {{count} Results}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# Hotel} other {# Hotels}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# Location} other {# Locations}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {# Result} other {# Results}}", "{count} destinations": "{count} destinations", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} lowercase letter", @@ -895,6 +896,5 @@ "{value} cm": "{value} cm", "{value} m²": "{value} m²", "{value} points": "{value} points", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB All rights reserved", - "Room": "Room" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB All rights reserved" } diff --git a/apps/scandic-web/i18n/dictionaries/fi.json b/apps/scandic-web/i18n/dictionaries/fi.json index 644489f63..d4920c1ea 100644 --- a/apps/scandic-web/i18n/dictionaries/fi.json +++ b/apps/scandic-web/i18n/dictionaries/fi.json @@ -599,6 +599,7 @@ "Restaurant & Bar": "Ravintola & Baari", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Kirjoita uusi salasana uudelleen", + "Room": "Huone", "Room & Terms": "Huone & Ehdot", "Room charge": "Huonemaksu", "Room details": "Room details", @@ -850,9 +851,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} alkaen {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} alkaen {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# lapsi} other {# lapsia}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {# hotelli} other {# hotellit}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {# sijainti} other {# sijainnit}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} tulos} other {{count} tulosta}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# hotelli} other {# hotellit}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# sijainti} other {# sijainnit}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {{count} tulos} other {{count} tulosta}}", "{count} destinations": "{count} kohdetta", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} pien kirjain", @@ -900,6 +901,5 @@ "{value} cm": "{value} cm", "{value} m²": "{number} m²", "{value} points": "{value} pisteet", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Kaikki oikeudet pidätetään", - "Room": "Huone" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Kaikki oikeudet pidätetään" } diff --git a/apps/scandic-web/i18n/dictionaries/no.json b/apps/scandic-web/i18n/dictionaries/no.json index aafcbd798..12b40296c 100644 --- a/apps/scandic-web/i18n/dictionaries/no.json +++ b/apps/scandic-web/i18n/dictionaries/no.json @@ -598,6 +598,7 @@ "Restaurant & Bar": "Restaurant & Bar", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Skriv inn nytt passord på nytt", + "Room": "Rom", "Room & Terms": "Rom & Vilkår", "Room charge": "Pris for rom", "Room details": "Room details", @@ -846,9 +847,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} fra {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} fra {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# barn} other {# børn}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {# hotell} other {# hoteller}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {# sted} other {# steder}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} Result} other {{count} Results}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# hotell} other {# hoteller}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# sted} other {# steder}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {# Result} other {# Results}}", "{count} destinations": "{count} destinasjoner", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} liten bokstav", @@ -896,6 +897,5 @@ "{value} cm": "{value} cm", "{value} m²": "{number} m²", "{value} points": "{value} poeng", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle rettigheter forbeholdt", - "Room": "Rom" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alle rettigheter forbeholdt" } diff --git a/apps/scandic-web/i18n/dictionaries/sv.json b/apps/scandic-web/i18n/dictionaries/sv.json index d2c8950d5..73aec6587 100644 --- a/apps/scandic-web/i18n/dictionaries/sv.json +++ b/apps/scandic-web/i18n/dictionaries/sv.json @@ -598,6 +598,7 @@ "Restaurant & Bar": "Restaurang & Bar", "Restaurants & Bars": "Restaurants & Bars", "Retype new password": "Upprepa nytt lösenord", + "Room": "Rum", "Room & Terms": "Rum & Villkor", "Room charge": "Rumspris", "Room details": "Room details", @@ -850,9 +851,9 @@ "{checkInDate} from {checkInTime}": "{checkInDate} från {checkInTime}", "{checkOutDate} from {checkOutTime}": "{checkOutDate} från {checkOutTime}", "{children, plural, one {# child} other {# children}}": "{children, plural, one {# barn} other {# barn}}", - "{count, plural, one {{count} Hotel} other {{count} Hotels}}": "{count, plural, one {# hotell} other {# hotell}}", - "{count, plural, one {{count} Location} other {{count} Locations}}": "{count, plural, one {# plats} other {# platser}}", - "{count, plural, one {{count} Result} other {{count} Results}}": "{count, plural, one {{count} Result} other {{count} Results}}", + "{count, plural, one {# Hotel} other {# Hotels}}": "{count, plural, one {# hotell} other {# hotell}}", + "{count, plural, one {# Location} other {# Locations}}": "{count, plural, one {# plats} other {# platser}}", + "{count, plural, one {# Result} other {# Results}}": "{count, plural, one {# Result} other {# Results}}", "{count} destinations": "{count} destinationer", "{count} hotels": "{count} hotels", "{count} lowercase letter": "{count} liten bokstav", @@ -900,6 +901,5 @@ "{value} cm": "{value} cm", "{value} m²": "{number} m²", "{value} points": "{value} poäng", - "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alla rättigheter förbehålls", - "Room": "Rum" + "© {currentYear} Scandic AB All rights reserved": "© {currentYear} Scandic AB Alla rättigheter förbehålls" }