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:
@@ -15,6 +15,7 @@ export default async function Contact({ contactBlock }: ContactProps) {
|
||||
<article className={styles.contactContainer}>
|
||||
<Subtitle>
|
||||
{intl.formatMessage({
|
||||
id: "common.contactUs",
|
||||
defaultMessage: "Contact us",
|
||||
})}
|
||||
</Subtitle>
|
||||
|
||||
@@ -28,6 +28,7 @@ export function LoyaltyLoginButton() {
|
||||
<Typography variant={"Body/Paragraph/mdRegular"}>
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
id: "loyalty.loginButton",
|
||||
defaultMessage: "Log in here",
|
||||
})}
|
||||
</span>
|
||||
|
||||
@@ -17,12 +17,14 @@ export default async function ReadMore() {
|
||||
{
|
||||
href: faq[lang],
|
||||
text: intl.formatMessage({
|
||||
id: "common.faq",
|
||||
defaultMessage: "FAQ",
|
||||
}),
|
||||
},
|
||||
{
|
||||
href: membershipTermsAndConditions[lang],
|
||||
text: intl.formatMessage({
|
||||
id: "loyalty.membershipTermsAndConditions",
|
||||
defaultMessage: "Membership terms and conditions",
|
||||
}),
|
||||
},
|
||||
@@ -32,6 +34,7 @@ export default async function ReadMore() {
|
||||
<article className={styles.wrapper}>
|
||||
<Subtitle>
|
||||
{intl.formatMessage({
|
||||
id: "common.readMore",
|
||||
defaultMessage: "Read more",
|
||||
})}
|
||||
</Subtitle>
|
||||
|
||||
@@ -53,6 +53,7 @@ export default async function JoinLoyaltyContact({
|
||||
<Typography variant={"Body/Paragraph/mdRegular"}>
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "loyalty.alreadyFriend",
|
||||
defaultMessage: "Already a friend?",
|
||||
})}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user