diff options
Diffstat (limited to 'client/src')
-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 /> |