-
Notifications
You must be signed in to change notification settings - Fork 0
Add plural rules #175
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add plural rules from CDLR. Ignore ordinal and range rules but consider them for future use.
Generate Golang files from CDLR data.
Option 1
Plural(locale string, v number.Formatter) (string, error)Option 2
type Printer struct {}
NewPrinter(locale language.Tag) *Printer
func (p *Printer) Plural(v number.Formatter) (string, error)
func (p *Printer) Ordinal(v number.Formatter) (string, error)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request