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.

pluralize without count number in rails 4

I am building a blog app. I'd like to be able to pluralize the word "article" if more than one "…

ruby-on-rails ruby-on-rails-4 activerecord pluralize
Is there a way to use pluralize() inside a model rather than a view?

It seems pluralize only works within a view -- is there some way that my models can use pluralize too?

ruby-on-rails pluralize
AngularJS translation with pluralization using angular-translate

Hello I need to make translations with pluralization depending on a value, but can't find how to do that. for …

angularjs translation angular-translate pluralize
override default pluralize for model-name in rails3

my locale is :de and I like to get this: Sheet.model_name.human.pluralize # => Belegs to add me …

ruby-on-rails localization pluralize
symfony2 translation with transchoice

I'm translating the following key in activity.fr.yml user.list.link: '{1}et %count% autre|]1,Inf[voir les %count% …

symfony translation yaml twig pluralize
How to pluralize a name in a template with jinja2?

If I have a template variable called num_countries, to pluralize with Django I could just write something like this: …

python templates jinja2 pluralize