This crate contains the derive macro `Plural` we use with the `PluralDisplay` trait
Helps to get plurals of French words in different ways.
Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string.
Rust package to pluralize or singularize any word based on a count inspired on pluralize NPM package
Pluralize words. Based on the excellent pluralizer library.
Unicode Plural Rules categorizer for numeric input
A Rust library for internationalization (i18n) with MediaWiki-style message formatting and localization.
CLDR plural rules and gettext Plural-Forms expressions, used by Youtra.
A generic trait across single and multiple elements
This crate contains the trait we use with the plural-derive proc macro
Pun Calculus
MCP server for iOS/macOS .xcstrings localization file management
Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).
A gem to pluralize words.
Pluralize and singularize English words without ActiveSupport. Includes 200+ rules, irregular word handling, uncountable words, possessives, ordinals, plural detection, hyphenated compounds, and string inflections (camelCase, snake_case, titleize).
Pluralize sentences based on the number of objects
Pluralize is a Liquid filter to make it easy to form correct plurals.
provides command line usage and library to get a middle point of plural points
A simple gem that extends the String class to allow pluralization of Portuguese nouns
Everyone knows the proper plural of octopus is octopuses, not octopi.
Javascript runtime methods for CLDR plural rules (see camertron/cldr-plurals).
A gem for basic English pluralization rules: Pluralizer.pluralize("scarf") => "scarves"
Colorize and pluralize minitest output: failing red, pending yellow, passing green and errors purple.
Want all the IDs, or names, or whatever field of your ActiveRecord model? Account.ids, Account.names ...