webpack-contrib / i18n-webpack-plugin

[DEPRECATED] Embed localization into your bundle
MIT License
318 stars 74 forks source link

feat: callback on missing localization #69

Open egitto opened 6 years ago

egitto commented 6 years ago

I want to add a callback, so that instead of just sending missing localization errors I can, for instance, add the terms to a file.

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 6 years ago

Codecov Report

Merging #69 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   95.06%   95.18%   +0.11%     
==========================================
  Files           4        4              
  Lines          81       83       +2     
  Branches       23       24       +1     
==========================================
+ Hits           77       79       +2     
  Misses          4        4
Impacted Files Coverage Δ
src/index.js 94.44% <100%> (+0.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 930100a...23ed2a4. Read the comment docs.