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

@@ -43,6 +43,7 @@ export function HotelPriceCard({
<dt>
<Caption color="red">
{intl.formatMessage({
id: 'booking.memberPrice',
defaultMessage: 'Member price',
})}
</Caption>
@@ -53,6 +54,7 @@ export function HotelPriceCard({
<dt>
<Caption color="uiTextHighContrast">
{intl.formatMessage({
id: 'booking.standardPrice',
defaultMessage: 'Standard price',
})}
</Caption>
@@ -66,6 +68,7 @@ export function HotelPriceCard({
color={isMemberPrice ? 'red' : 'uiTextHighContrast'}
>
{intl.formatMessage({
id: 'common.from',
defaultMessage: 'From',
})}
</Caption>
@@ -87,6 +90,7 @@ export function HotelPriceCard({
<span className={styles.perNight}>
/
{intl.formatMessage({
id: 'common.night',
defaultMessage: 'night',
})}
</span>
@@ -99,6 +103,7 @@ export function HotelPriceCard({
<dt>
<Caption color="uiTextMediumContrast">
{intl.formatMessage({
id: 'booking.approx',
defaultMessage: 'Approx.',
})}
</Caption>
@@ -122,6 +127,7 @@ export function HotelPriceCard({
<dt>
<Caption color="uiTextMediumContrast">
{intl.formatMessage({
id: 'common.total',
defaultMessage: 'Total',
})}
</Caption>