Skip to content

Commit

Permalink
disable interpolation and language list check
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Feb 25, 2020
1 parent 7c0d456 commit ebea34b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/internationalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ export const initialize = () =>
nestingPrefix: '$tr(',
nestingSuffix: ')',
defaultNS: 'translation',
interpolation: {
escapeValue: false
},
detection: {
checkWhitelist: false
},
resources
})
.then(
Expand Down

0 comments on commit ebea34b

Please sign in to comment.