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:
@@ -161,6 +161,7 @@ export const HotelCard = memo(
|
||||
(r) => r.hasEnoughPoints
|
||||
)
|
||||
const notEnoughPointsLabel = intl.formatMessage({
|
||||
id: 'booking.notEnoughPoints',
|
||||
defaultMessage: 'Not enough points',
|
||||
})
|
||||
|
||||
@@ -207,6 +208,7 @@ export const HotelCard = memo(
|
||||
href={mapUrl}
|
||||
keepSearchParams
|
||||
aria-label={intl.formatMessage({
|
||||
id: 'destination.seeOnMap',
|
||||
defaultMessage: 'See on map',
|
||||
})}
|
||||
>
|
||||
@@ -224,6 +226,7 @@ export const HotelCard = memo(
|
||||
<span>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: 'common.kmToCityCenter',
|
||||
defaultMessage: '{number} km to city center',
|
||||
},
|
||||
{
|
||||
@@ -296,6 +299,7 @@ export const HotelCard = memo(
|
||||
<div className={styles.pointsCard}>
|
||||
<Caption>
|
||||
{intl.formatMessage({
|
||||
id: 'hotelCard.availableRates',
|
||||
defaultMessage: 'Available rates',
|
||||
})}
|
||||
</Caption>
|
||||
@@ -325,6 +329,7 @@ export const HotelCard = memo(
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
id: 'common.seeRooms',
|
||||
defaultMessage: 'See rooms',
|
||||
})}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user