fix(trans): keep dynamic content
This commit is contained in:
parent
db273b641d
commit
2984ae4e6d
@ -8,4 +8,6 @@ module.exports = {
|
||||
locales: ['en', 'de'],
|
||||
output: 'public/i18n/$LOCALE.json',
|
||||
input: [ 'src/*.js', 'public/*.html', ],
|
||||
keepRemoved: [/dynamic.*/], //prefixing a key with dynamic. will make it not disappear upon calling i18next
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user