Skip to content

Commit

Permalink
Add debug param
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubara committed Sep 8, 2019
1 parent 1f5ee82 commit 87d2f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import jaJson from './locales/ja.json';
import './App.css';

i18n.use(initReactI18next).init({
debug: true,
resources: {
en: { translation: enJson },
ja: { translation: jaJson },
Expand Down

0 comments on commit 87d2f33

Please sign in to comment.