From 8e9f74c0e85477a1bf40be121571a8aee6631563 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 28 Apr 2023 22:26:44 +0530 Subject: misc fixes --- client/src/App.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src') diff --git a/client/src/App.js b/client/src/App.js index f6ff8dd..a601134 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -4,6 +4,7 @@ import Index from './routes' import './styles/GlobalVariables.css' const App = () => { + localStorage.setItem('i18nextLng', 'en') return ( <> -- cgit