fix: ( portal ) opt out of browser translation to stop booking crash

This commit is contained in:
Abubeker Yasin
2026-08-14 16:37:51 +03:00
parent 449dea78ab
commit d952792e15

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} />