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:
@@ -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",
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user