Versions in this module Expand all Collapse all v1 v1.1.0 Jul 1, 2015 Changes in this version type Language + func (l *Language) MatchingTags() []string v1.0.0 Apr 30, 2015 Changes in this version + const Few + const Invalid + const Many + const One + const Other + const Two + const Zero + func Add(l *Language) + func NormalizeTag(tag string) string + type Language struct + Tag string + func MustParse(src string) []*Language + func Parse(src string) []*Language + func (l *Language) String() string + type Plural string + func NewPlural(src string) (Plural, error) + type PluralSpec struct + PluralFunc func(*operands) Plural + Plurals map[Plural]struct{} + func (ps *PluralSpec) Plural(number interface{}) (Plural, error)