Info
Version: | 1.0.0 |
Author(s): | Blake Embrey (Ported by Sarath Kumar, .NET Core by Ricky Vega) |
Last Update: | Friday, May 18, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rvegajr/Pluralize.NET.Core |
NuGet Url: | https://www.nuget.org/packages/Pluralize.NET.Core |
Install
Install-Package Pluralize.NET.Core
dotnet add package Pluralize.NET.Core
paket add Pluralize.NET.Core
Pluralize.NET.Core Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Originally from Sarath Kumar CM: "I could not find a good C# alternative for converting words from singular to plural and vice versa. System.Data.Entity.Design.PluralizationServices.PluralizationService and Humanizer library did not meet the expectations (try 'shoes' or 'toes'). However this small but awesome Javascript libray pluralize worked very well for me and I decided to convert the code to C# and use it.
I forked, migrated and compiled this into .NET Standard 2.0. This code does exactly what I need without the bulk.
Much respect to Mr Embrey (the original code) and Mr Kumar (for the original port).