Merged in feat/lokalise-rebuild (pull request #2993)
Feat/lokalise rebuild * chore(lokalise): update translation ids * chore(lokalise): easier to switch between projects * chore(lokalise): update translation ids * . * . * . * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * . * . * chore(lokalise): update translation ids * chore(lokalise): update translation ids * chore(lokalise): new translations * merge * switch to errors for missing id's * merge * sync translations Approved-by: Linus Flood
This commit is contained in:
@@ -30,6 +30,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
<p>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "roomSidePeek.maxNumberOfGuests",
|
||||
defaultMessage:
|
||||
"Max. {max, plural, one {{range} guest} other {{range} guests}}",
|
||||
},
|
||||
@@ -47,6 +48,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
{roomSize.min === roomSize.max
|
||||
? intl.formatMessage(
|
||||
{
|
||||
id: "common.roomSize",
|
||||
defaultMessage: "{roomSize} m²",
|
||||
},
|
||||
{
|
||||
@@ -55,6 +57,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
)
|
||||
: intl.formatMessage(
|
||||
{
|
||||
id: "selectRate.roomSizeMinToMax",
|
||||
defaultMessage: "{roomSizeMin}–{roomSizeMax} m²",
|
||||
},
|
||||
{
|
||||
@@ -73,6 +76,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "booking.roomAmenities",
|
||||
defaultMessage: "Room amenities",
|
||||
})}
|
||||
</p>
|
||||
@@ -94,6 +98,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
? facility.name
|
||||
: intl.formatMessage(
|
||||
{
|
||||
id: "roomSidePeek.facilityAvailableInSomeRooms",
|
||||
defaultMessage:
|
||||
"{facility} (available in some rooms)",
|
||||
},
|
||||
@@ -112,6 +117,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.bedOptions",
|
||||
defaultMessage: "Bed options",
|
||||
})}
|
||||
</p>
|
||||
@@ -119,6 +125,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "booking.subjectToAvailability",
|
||||
defaultMessage: "Subject to availability",
|
||||
})}
|
||||
</p>
|
||||
@@ -148,6 +155,7 @@ export function RoomSidePeekContent({ room }: RoomSidePeekContentProps) {
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "hotel.aboutTheHotel",
|
||||
defaultMessage: "About the hotel",
|
||||
})}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user