From f776630b09d057fcda92917ccb1c142a0e785e3d Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 31 Oct 2023 10:21:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20session=20lanugage=20inste?= =?UTF-8?q?ad=20of=20locale=20for=20crowdin=20live-translate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 5ff3dce20..fb39baf95 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -101,7 +101,7 @@ function App( return ( <> - {pageProps.locale === 'cr' && ( + {pageProps.session.user.language === 'cr' && ( <>