Fix i18n bug (#365)

* fix i18n bug

* fix styles

* update with prettier and include env file
This commit is contained in:
Ian Lapham 2019-07-22 15:19:15 -04:00 committed by Noah Zinsmeister
parent 09c77bef4c
commit eea30fae67
2 changed files with 1 additions and 2 deletions

@ -1,2 +1,2 @@
REACT_APP_NETWORK_ID="1"
REACT_APP_NETWORK_URL=""
REACT_APP_NETWORK_URL=""

@ -14,7 +14,6 @@ i18next
react: {
useSuspense: true
},
lng: 'en',
fallbackLng: 'en',
preload: ['en'],
keySeparator: false,