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:
@@ -33,6 +33,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.address",
|
||||
defaultMessage: "Address",
|
||||
})}
|
||||
</p>
|
||||
@@ -49,6 +50,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.drivingDirections",
|
||||
defaultMessage: "Driving directions",
|
||||
})}
|
||||
</p>
|
||||
@@ -61,6 +63,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Underline/md">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.googleMaps",
|
||||
defaultMessage: "Google Maps",
|
||||
})}
|
||||
</p>
|
||||
@@ -71,6 +74,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.contactUs",
|
||||
defaultMessage: "Contact us",
|
||||
})}
|
||||
</p>
|
||||
@@ -87,6 +91,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.followUs",
|
||||
defaultMessage: "Follow us",
|
||||
})}
|
||||
</p>
|
||||
@@ -110,6 +115,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<Typography variant="Body/Paragraph/mdBold">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "common.email",
|
||||
defaultMessage: "Email",
|
||||
})}
|
||||
</p>
|
||||
@@ -129,6 +135,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
height={38}
|
||||
width={38}
|
||||
alt={intl.formatMessage({
|
||||
id: "common.nordicSwanEcolabel",
|
||||
defaultMessage: "Nordic Swan Ecolabel",
|
||||
})}
|
||||
src={`/_static/img/icons/swan-eco/swan_eco_dark_${lang}.png`}
|
||||
@@ -137,6 +144,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
<div className={styles.ecoLabelText}>
|
||||
<span>
|
||||
{intl.formatMessage({
|
||||
id: "common.nordicSwanEcolabel",
|
||||
defaultMessage: "Nordic Swan Ecolabel",
|
||||
})}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user