summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
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 />