Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plural - Simple Go API for Pluralisation.

Doc Build Coverage Issues

Package plural provides simple support for localising plurals in a flexible range of different styles.

There are considerable differences around the world in the way plurals are handled. This is a simple but useful API for catering with these differences when presenting to people formatted text with numbers.

This package is able to format countable things and continuous values. It can handle integers and floating point numbers equally and this allows you to decide to what extent each is appropriate.

For example, 2 cars might weigh 1.6 tonnes; both categories are covered.

Installation

    go get github.com/rickb777/plural/v2

Status

This library has been in reliable production use for some time. Versioning follows the well-known semantic version pattern.

More info

This API is deliberately simple; it doesn't address the full gamut of internationalisation. If that's what you need, you should consider other products instead, such as

About

Simple Go API for pluralisation.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages