schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

14
node_modules/plur/readme.md generated vendored
View File

@@ -2,14 +2,12 @@
> Pluralize a word
## Install
```
$ npm install --save plur
$ npm install plur
```
## Usage
```js
@@ -28,10 +26,9 @@ plur('cactus', 2);
//=> 'cacti'
```
## API
### plur(word, [plural], count)
### plur(word, plural?, count)
#### word
@@ -41,7 +38,7 @@ Word to pluralize.
#### plural
Type: `string`
Type: `string`\
Default:
- Irregular nouns will use this [list](https://github.com/sindresorhus/irregular-plurals/blob/master/irregular-plurals.json).
@@ -60,8 +57,3 @@ This option is only for extreme edge-cases. You probably won't need it.
Type: `number`
Count to determine whether to use singular or plural.
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)