Skip to content

Commit 288e55e

Browse files
committed
disable interpolation and language list check
1 parent 7447e2d commit 288e55e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/internationalization.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ export const initialize = () =>
3131
nestingPrefix: '$tr(',
3232
nestingSuffix: ')',
3333
defaultNS: 'translation',
34+
interpolation: {
35+
escapeValue: false
36+
},
37+
detection: {
38+
checkWhitelist: false
39+
},
3440
resources
3541
})
3642
.then(

0 commit comments

Comments
 (0)