i18n-webpack-plugin icon indicating copy to clipboard operation
i18n-webpack-plugin copied to clipboard

feat: Plurals

Open mightyaleksey opened this issue 8 years ago • 2 comments

Plural and Parametrized keys

Adds support of plural and parametrized keys (issue https://github.com/webpack-contrib/i18n-webpack-plugin/issues/1).

The modern version of https://github.com/webpack-contrib/i18n-webpack-plugin/pull/42

mightyaleksey avatar Aug 02 '17 16:08 mightyaleksey

Codecov Report

Merging #58 into master will increase coverage by 0.92%. The diff coverage is 96.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   95.12%   96.04%   +0.92%     
==========================================
  Files           4       25      +21     
  Lines          82      354     +272     
  Branches       23      144     +121     
==========================================
+ Hits           78      340     +262     
- Misses          4       13       +9     
- Partials        0        1       +1
Impacted Files Coverage Δ
src/interpolate.js 0% <0%> (ø)
src/pluralRules/pluralRule02.js 100% <100%> (ø)
src/pluralRules/pluralRule04.js 100% <100%> (ø)
src/pluralRules/pluralRule07.js 100% <100%> (ø)
src/pluralRules/pluralRule12.js 100% <100%> (ø)
src/pluralRules/pluralRule08.js 100% <100%> (ø)
src/pluralRules/pluralRule13.js 100% <100%> (ø)
src/pluralRules/pluralRule00.js 100% <100%> (ø)
src/pluralRules/pluralRule11.js 100% <100%> (ø)
src/pluralRules/pluralRule15.js 100% <100%> (ø)
... and 33 more

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 dd32318...09504f7. Read the comment docs.

codecov[bot] avatar Aug 02 '17 17:08 codecov[bot]

smirks @d3viant0ne :)

mightyaleksey avatar Aug 02 '17 18:08 mightyaleksey