zbraniecki / pluralrules

Pluralization handling in Rust
36 stars 4 forks source link

Add an alias to regenerate data #8

Closed zbraniecki closed 6 years ago

zbraniecki commented 6 years ago

Adds an alias to canonicalize how we regenerate data for intl-pluralrules. The new command uses the cardinal/ordinal json files in ./cldr_data directory.

With this patch all you have to do is update data in cldr_data and type cargo regenerate-data.

Additionally, I also made the codegen format the code :)

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 36


Changes Missing Coverage Covered Lines Changed/Added Lines %
make_pluralrules/src/main.rs 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
make_pluralrules/src/main.rs 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 32: -0.02%
Covered Lines: 501
Relevant Lines: 1755

💛 - Coveralls