fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -68,7 +68,7 @@ export async function getTitle(data: RawMetadataSchema) {
|
||||
}
|
||||
if (data.hotelData) {
|
||||
return intl.formatMessage(
|
||||
{ id: "Stay at HOTEL_NAME | Hotel in DESTINATION" },
|
||||
{ id: "Stay at {hotelName} | Hotel in {destination}" },
|
||||
{
|
||||
hotelName: data.hotelData.name,
|
||||
destination: data.hotelData.address.city,
|
||||
|
||||
Reference in New Issue
Block a user