Skip to content
Snippets Groups Projects
Commit f037bbe4 authored by Abhishek Lolage's avatar Abhishek Lolage
Browse files

added changelog copyright control

parent 4fa4a270
Branches master
No related merge requests found
node-irregular-plurals (1.2.0-1) UNRELEASED; urgency=low node-irregular-plurals (1.2.0-1) experimental; urgency=low
* Initial release (Closes: #nnnn) * Initial release (Closes: #853279)
* New upstream release
-- Abhishek Lolage <abhisheklolage@gmail.com> Tue, 31 Jan 2017 12:59:21 +0000 -- Abhishek Lolage <abhisheklolage@gmail.com> Tue, 31 Jan 2017 12:04:49 +0000
...@@ -18,6 +18,11 @@ Depends: ...@@ -18,6 +18,11 @@ Depends:
${misc:Depends} ${misc:Depends}
, nodejs , nodejs
Description: Map of nouns to their irregular plural form Description: Map of nouns to their irregular plural form
FIX_ME long description This package can be used to find the plural form of some
nouns who have irregular plural form in English language only.
If the noun ends in an "s", "x", "z", "ch" or "sh", add "es"
If the noun ends in a "y" and is preceded by a consonant,
drop the "y" and add "ies"
If the noun ends in a "y" and is preceded by a vowel, add "s"
. .
Node.js is an event-based server-side JavaScript engine. Node.js is an event-based server-side JavaScript engine.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment