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

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