Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 15, 2019
1 parent c124e3e commit 5a7ef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import translationZH from 'locales/zh/translation.json'

i18n.use(initReactI18next).init({
fallbackLng: 'zh',
debug: true,
debug: false,
interpolation: {
escapeValue: false,
},
Expand Down

0 comments on commit 5a7ef38

Please sign in to comment.