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:
Joakim Jäderberg
2025-10-22 11:00:03 +00:00
parent bdfe2ab213
commit aafad9781f
499 changed files with 93363 additions and 99164 deletions

View File

@@ -29,6 +29,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {
<Typography variant="Title/sm">
<h2 className={styles.title}>
{intl.formatMessage({
id: "common.practicalInformation",
defaultMessage: "Practical information",
})}
</h2>
@@ -50,6 +51,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {
]}
supportingText={intl.formatMessage(
{
id: "myStay.bookingSummary.coordinates",
defaultMessage: "Long {long} ∙ Lat {lat}",
},
{
@@ -61,6 +63,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {
{
href: directionsUrl,
text: intl.formatMessage({
id: "common.directions",
defaultMessage: "Directions",
}),
icon: (
@@ -75,6 +78,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {
{
href: `mailto:${hotel.contactInformation.email}`,
text: intl.formatMessage({
id: "common.email",
defaultMessage: "Email",
}),
icon: (
@@ -89,6 +93,7 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) {
{
href: hotel.contactInformation.websiteUrl,
text: intl.formatMessage({
id: "myStay.bookingSummary.homepage",
defaultMessage: "Homepage",
}),
icon: (