Browse Source

Fix i18n to over escape things!

master
Gaëtan Renaudeau 7 years ago
parent
commit
ec7d0a06ff
  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