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:
@@ -25,6 +25,7 @@ export default function Error({
|
||||
<strong>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "myPages.breadcrumbsError",
|
||||
defaultMessage: "Breadcrumbs failed for this page ({errorId})",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@ export default function Error({
|
||||
<strong>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "myPages.errorLoadingPage",
|
||||
defaultMessage: "Error loading this page ({errorId})",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -64,6 +64,7 @@ export default async function MyPages({}: PageArgs<
|
||||
) : (
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
id: "myPages.missingContent",
|
||||
defaultMessage: "No content published",
|
||||
})}
|
||||
</p>
|
||||
|
||||
@@ -28,6 +28,7 @@ export default function Error({
|
||||
<strong>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "destinationOverviewPage.errorOccurred",
|
||||
defaultMessage: "An error occurred ({errorId})",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,6 +38,7 @@ export async function generateMetadata({
|
||||
|
||||
const title = intl.formatMessage(
|
||||
{
|
||||
id: "alternativeHotels.title",
|
||||
defaultMessage: "Alternatives for {value}",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -40,6 +40,7 @@ export async function generateMetadata({
|
||||
|
||||
const title = intl.formatMessage(
|
||||
{
|
||||
id: "alternativeHotels.title",
|
||||
defaultMessage: "Alternatives for {value}",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -17,6 +17,9 @@ export async function generateMetadata() {
|
||||
const intl = await getIntl()
|
||||
|
||||
return {
|
||||
title: intl.formatMessage({ defaultMessage: "Find booking" }),
|
||||
title: intl.formatMessage({
|
||||
id: "booking.findBooking",
|
||||
defaultMessage: "Find booking",
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,6 +63,7 @@ export default function Error({
|
||||
<section className={styles.layout}>
|
||||
<div className={styles.content}>
|
||||
{intl.formatMessage({
|
||||
id: "errorMessage.somethingWentWrong",
|
||||
defaultMessage: "Something went wrong!",
|
||||
})}
|
||||
{env.NEXT_PUBLIC_NODE_ENV === "development" && (
|
||||
|
||||
Reference in New Issue
Block a user