summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorBlaster4385 <venkateshchaturvedi12@gmail.com>2023-04-28 22:26:44 +0530
committerBlaster4385 <venkatesh@tablaster.dev>2024-12-17 11:47:49 +0530
commit8e9f74c0e85477a1bf40be121571a8aee6631563 (patch)
tree4bdda8fc58fd2a8062ee37b10f462ef9d8df6296 /client
parent36b171c6ddeae8ca3d2486228b72563752c1cc32 (diff)
misc fixesHEADmain
Diffstat (limited to 'client')
-rw-r--r--client/src/App.js1
1 files changed, 1 insertions, 0 deletions
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 (
<>
<LanguageSelect />