Merge pull request #1293 from Tria-plc/alpha

fix: ( portal ) opt out of browser translation to stop booking crash
This commit is contained in:
Abubeker Yasin
2026-08-14 16:41:35 +03:00
committed by GitHub

View File

@@ -62,6 +62,9 @@ export const metadata: Metadata = {
shortcut: '/edr-logo.png',
apple: '/edr-logo.png',
},
other: {
google: 'notranslate',
},
};
// viewportFit: 'cover' lets fixed bottom bars (e.g. the payment page's Pay
@@ -117,7 +120,7 @@ export default function RootLayout({
};
return (
<html lang="en" dir="ltr" suppressHydrationWarning>
<html lang="en" dir="ltr" translate="no" className="notranslate" suppressHydrationWarning>
<head>
<JsonLd data={organizationSchema} />
<JsonLd data={websiteSchema} />