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:
@@ -28,12 +28,14 @@ export default async function SASLinkAccountBanner(
|
||||
}
|
||||
|
||||
const headingText = intl.formatMessage({
|
||||
id: "sas.linkAccountBanner.earnFlightsWithNights",
|
||||
defaultMessage: "Earn flights with nights",
|
||||
})
|
||||
|
||||
const buttonText =
|
||||
props.link?.text ||
|
||||
intl.formatMessage({
|
||||
id: "sas.linkAccountBanner.readMoreAndLinkAccounts",
|
||||
defaultMessage: "Read more and link accounts",
|
||||
})
|
||||
|
||||
@@ -41,6 +43,7 @@ export default async function SASLinkAccountBanner(
|
||||
return (
|
||||
<span key="scandic-friends" className={styles.brandName}>
|
||||
{intl.formatMessage({
|
||||
id: "common.scandicFriends",
|
||||
defaultMessage: "Scandic Friends",
|
||||
})}
|
||||
</span>
|
||||
@@ -51,6 +54,7 @@ export default async function SASLinkAccountBanner(
|
||||
return (
|
||||
<span key="sas-eurobonus" className={styles.brandName}>
|
||||
{intl.formatMessage({
|
||||
id: "partnerSas.sasEuroBonus",
|
||||
defaultMessage: "SAS EuroBonus",
|
||||
})}
|
||||
</span>
|
||||
@@ -59,6 +63,7 @@ export default async function SASLinkAccountBanner(
|
||||
|
||||
const descriptionText = intl.formatMessage(
|
||||
{
|
||||
id: "sas.linkAccountBanner.description",
|
||||
defaultMessage:
|
||||
"Link your <scandicFriends></scandicFriends> and <sasEuroBonus></sasEuroBonus> accounts to earn, use and exchange points between memberships",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user