|
1 | 1 | # Plural Rules
|
2 |
| -[](http://badge.fury.io/js/plural-rules) |
3 |
| -[](https://travis-ci.org/prantlf/plural-rules) |
4 |
| -[](https://coveralls.io/github/prantlf/plural-rules?branch=master) |
5 |
| -[](https://www.codacy.com/app/prantlf/plural-rules?utm_source=github.com&utm_medium=referral&utm_content=prantlf/plural-rules&utm_campaign=Badge_Grade) |
6 |
| -[](https://david-dm.org/prantlf/plural-rules) |
7 |
| -[](https://david-dm.org/prantlf/plural-rules#info=devDependencies) |
8 |
| -[](https://standardjs.com) |
9 | 2 |
|
10 |
| -[](https://www.npmjs.com/package/plural-rules) |
| 3 | +[ |
| 4 | +  |
| 5 | +](https://www.npmjs.com/package/plural-rules) |
| 6 | +[](https://codecov.io/gh/prantlf/plural-rules) |
11 | 7 |
|
12 | 8 | Evaluates locale-specific plural rules to identify the right plural form for a cardinal number, which represents an item count. Internationalization libraries can utilize it to choose the right localized string.
|
13 | 9 |
|
@@ -95,15 +91,9 @@ You can read more about the [module loading](./docs/API.md#loading) in other env
|
95 | 91 |
|
96 | 92 | In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
|
97 | 93 |
|
98 |
| -## Release History |
99 |
| - |
100 |
| -* 2019-08-03 v1.0.0 Decrease the size of the packed plural rules and forms |
101 |
| -* 2019-08-03 v0.1.0 Upgrade CLDR data to the version 35.1 |
102 |
| -* 2018-11-05 v0.0.1 Initial release |
103 |
| - |
104 | 94 | ## License
|
105 | 95 |
|
106 |
| -Copyright (c) 2018-2019 Ferdinand Prantl |
| 96 | +Copyright (c) 2018-2022 Ferdinand Prantl |
107 | 97 |
|
108 | 98 | Licensed under the MIT license.
|
109 | 99 |
|
|
0 commit comments