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:
@@ -53,6 +53,7 @@ export function calculateTotalPrice(
|
||||
const appendTotalPrice = totalPrice ? `${totalPrice} + ` : ""
|
||||
totalPrice = `${appendTotalPrice}${totals.vouchers} ${intl.formatMessage(
|
||||
{
|
||||
id: "price.numberOfVouchers",
|
||||
defaultMessage:
|
||||
"{numberOfVouchers, plural, one {Voucher} other {Vouchers}}",
|
||||
},
|
||||
|
||||
@@ -28,12 +28,15 @@ export function createMyStayStore({
|
||||
}: InitialState) {
|
||||
const rates = {
|
||||
change: intl.formatMessage({
|
||||
id: "booking.freeRebooking",
|
||||
defaultMessage: "Free rebooking",
|
||||
}),
|
||||
flex: intl.formatMessage({
|
||||
id: "booking.freeCancellation",
|
||||
defaultMessage: "Free cancellation",
|
||||
}),
|
||||
save: intl.formatMessage({
|
||||
id: "booking.nonRefundable",
|
||||
defaultMessage: "Non-refundable",
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user