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

@@ -41,6 +41,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) {
<Typography variant="Body/Supporting text (caption)/smBold">
<span>
{intl.formatMessage({
id: "meetingPackage.meetingLocation",
defaultMessage: "Meeting location",
})}
</span>
@@ -48,6 +49,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) {
<Typography variant="Body/Paragraph/mdRegular">
<span className={styles.fakePlaceholder}>
{intl.formatMessage({
id: "meetingPackage.hotels&Destintions",
defaultMessage: "Hotels & destinations",
})}
</span>
@@ -58,6 +60,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) {
<Typography variant="Body/Supporting text (caption)/smBold">
<span>
{intl.formatMessage({
id: "bookingWidget.button.search",
defaultMessage: "Search",
})}
</span>
@@ -70,6 +73,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) {
<Dialog
className={styles.dialog}
aria-label={intl.formatMessage({
id: "meetingPackage.bookAMeeting",
defaultMessage: "Book a meeting",
})}
>
@@ -82,6 +86,7 @@ export default function MeetingPackageWidget(props: MeetingPackageWidgetProps) {
onPress={close}
className={styles.closeButton}
aria-label={intl.formatMessage({
id: "common.close",
defaultMessage: "Close",
})}
>