[Pkg-javascript-commits] [node-plur] 04/05: description added
Abhishek Lolage
abhisheklolage-guest at moszumanska.debian.org
Sun Feb 12 17:16:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
abhisheklolage-guest pushed a commit to branch master
in repository node-plur.
commit 7a9139ebec69ae75ab446e1f06729ca3a1504234
Author: Abhishek Lolage <abhisheklolage at gmail.com>
Date: Sat Jan 7 12:04:30 2017 +0000
description added
---
debian/control | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/debian/control b/debian/control
index a6ae9ea..6225ea6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,17 @@ Depends:
, node-irregular-plurals (>= 1.0.0)
Description: Pluralize a word
This package works only for English language currently.
+ Default:
+ - Irregular nouns will use this [list]
+ (https://github.com/sindresorhus/irregular-plurals/
+ blob/master/irregular-plurals.json).
+ - Words ending in *s*, *x*, *z*, *ch*, *sh*
+ will be pluralized with *-es* (eg. *foxes*).
+ - Words ending in *y* that are preceded by a consonant
+ will be pluralized by replacing *y* with *-ies* (eg. *puppies*).
+ - All other words will have "s" added to the end (eg. *days*).
+ Pluralized word.
+ The plural suffix will match the case of the last letter in the word.
+ This option is only for extreme edge-cases. You probably won't need it.
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-plur.git
More information about the Pkg-javascript-commits
mailing list