Browse Source

Merge pull request #844 from gre/fix-i18n-escape

Fix i18n to over escape things!
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
0003e83efe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/renderer/i18n/instanciate.js

3
src/renderer/i18n/instanciate.js

@ -5,6 +5,9 @@ const commonConfig = {
fallbackLng: 'en',
debug: false,
compatibilityJSON: 'v2',
interpolation: {
escapeValue: false, // not needed for react!!
},
react: {
wait: process.env.NODE_ENV !== 'test',
},

Loading…
Cancel
Save