A simple library to pluralize words.
Note
This library is intended for the English language. It may work with other languages that follow the convention of adding an 's' to the end of words, but for most languages a custom implementation will be required.
use plural::Pluralize;
assert_eq!("dog".plural(), "dogs");
This project is licensed under the Apache-2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Contribution to this project is organized under the Contributor Covenant Code of Conduct.
Made with 💗 by Juliette Cordor