0.3.0 • Published 7 years ago

i18n-webpack-plugin-jc v0.3.0

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

npm deps chat

npm i -D i18n-webpack-plugin

see webpack/webpack/examples/i18n.

plugins: [
  ...
  new I18nPlugin(languageConfig, optionsObj)
],
  • optionsObj.functionName: the default value is __, you can change it to other function name.
  • optionsObj.failOnMissing: the default value is false, which will show a warning message, if the mapping text cannot be found. If set to true, the message will be an error message.
  • optionsObj.hideMessage: the default value is false, which will show the warning/error message. If set to true, the message will be hide.