Top "Pluralize" questions

Pluralize stands for an automate script process, that checks a word (for example, english word "box") and adds its plural end "es", so it comes "boxes", when it is needed to be plural.

JavaScript pluralize an english string

In PHP, I use Kuwamoto's class to pluralize nouns in my strings. I didn't find something as good as this …

javascript pluralize plural
i18n Pluralization

I want to be able to translate pluralized strings in i18n in rails. A string can be : You have 2 …

ruby-on-rails internationalization rails-i18n pluralize plural
Is there a pluralize function in Ruby NOT Rails?

I am writing some Ruby code, not Rails, and I need to handle something like this: found 1 match found 2 matches …

ruby require pluralize
ASP.NET MVC Controller Naming Pluralization

RESTful conventions indicate using plural nouns over singular objects. What is the pluralization convention for naming ASP.NET MVC controllers, …

asp.net-mvc naming-conventions pluralize asp.net-mvc-controller
Entity Framework Core RC2 table name pluralization

Is there a way to do what this code did in EF Core RC 2? protected override void OnModelCreating(ModelBuilder modelBuilder) { …

c# entity-framework-core pluralize tablename
How turn off pluralize table creation for Entity Framework 5?

I am trying to use Entity Framework 5. The first problem was that EF creats tables automatically. I tried to fix …

c# entity-framework-5 pluralize
How do I override rails naming conventions?

I have a model named "clothing" which I want to be the singlular (one piece of clothing). By default, rails …

ruby-on-rails naming-conventions pluralize
Java API for plural forms of English words

Are there any Java API(s) which will provide plural form of English words (e.g. cacti for cactus)?

java dictionary word pluralize
How to pluralize and format a number in angularjs

I want to do format a number and pluralize it with angular. For example (given a number of bitcoins): 0 => "…

javascript angularjs number-formatting pluralize
Test if a word is singular or plural in Ruby on Rails

Quick question. How can I test a word to see if it is singular or plural? I'd really like: test_…

ruby-on-rails helpers pluralize singular