Skip to content

Commit

Permalink
Fix i18n bug (Uniswap#365)
Browse files Browse the repository at this point in the history
* fix i18n bug

* fix styles

* update with prettier and include env file
  • Loading branch information
ianlapham authored and NoahZinsmeister committed Jul 22, 2019
1 parent 09c77be commit eea30fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_NETWORK_ID="1"
REACT_APP_NETWORK_URL=""
REACT_APP_NETWORK_URL=""
1 change: 0 additions & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ i18next
react: {
useSuspense: true
},
lng: 'en',
fallbackLng: 'en',
preload: ['en'],
keySeparator: false,
Expand Down

0 comments on commit eea30fa

Please sign in to comment.