UNPKG

i18next-hmr

Version:

I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.

9 lines (8 loc) • 256 B
module.exports = function (content) { this.query.localesDirs.forEach((dir) => this.addContextDependency(dir)); return ( content.replace(`'__PLACEHOLDER__'`, JSON.stringify(this.query.getChangedLang())) + '//' + new Date().getTime() ); };