Install
npm i -D i18n-webpack-pluginUsage
This plugin creates bundles with translations baked in. So you can serve the translated bundle to your clients.
see webpack/webpack/examples/i18n.
Options
plugins: [
...
new I18nPlugin(languageConfig, optionsObj)
],optionsObj.functionName: the default value is__, you can change it to other function name.optionsObj.failOnMissing: the default value isfalse, which will show a warning message, if the mapping text cannot be found. If set totrue, the message will be an error message.optionsObj.hideMessage: the default value isfalse, which will show the warning/error message. If set totrue, the message will be hide.
Maintainers
|
Juho Vepsäläinen |
Joshua Wiens |
Kees Kluskens |
Sean Larkin |