diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2023-04-28 22:26:44 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-17 11:47:49 +0530 |
commit | 8e9f74c0e85477a1bf40be121571a8aee6631563 (patch) | |
tree | 4bdda8fc58fd2a8062ee37b10f462ef9d8df6296 /client/src/App.js | |
parent | 36b171c6ddeae8ca3d2486228b72563752c1cc32 (diff) |
Diffstat (limited to 'client/src/App.js')
-rw-r--r-- | client/src/App.js | 1 |
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 /> |