Merged in fix/labels-english (pull request #1249)

fix(i18n): validated English messages

Approved-by: Bianca Widstam
Approved-by: Christian Andolf
This commit is contained in:
Michael Zetterberg
2025-02-06 20:54:25 +00:00
parent 9fafb33d26
commit 1d822dad5a
21 changed files with 489 additions and 167 deletions

View File

@@ -25,14 +25,14 @@ export default function JoinScandicFriendsCard({
const intl = useIntl()
const list = [
{ title: intl.formatMessage({ id: "Earn bonus nights & points" }) },
{ title: intl.formatMessage({ id: "Get member benefits & offers" }) },
{ title: intl.formatMessage({ id: "Join at no cost" }) },
{ title: intl.formatMessage({ id: "Friendly room rates" }) },
{ title: intl.formatMessage({ id: "Earn & spend points" }) },
{ title: intl.formatMessage({ id: "Join for free" }) },
]
const saveOnJoiningLabel = intl.formatMessage(
{
id: "Only pay {amount}",
id: "Get the member price: {amount}",
},
{
amount: formatPrice(

View File

@@ -133,7 +133,7 @@ export default function Details({ user, memberPrice }: DetailsProps) {
theme="base"
type="submit"
>
{intl.formatMessage({ id: "Proceed to payment method" })}
{intl.formatMessage({ id: "Proceed to payment" })}
</Button>
</footer>
<MemberPriceModal