kubernetes/vendor/golang.org/x/text/message/catalog/dict.go

type dict

func (d *dict) Lookup(key string) (data string, ok bool) {}

func (b *Builder) lookup(tag language.Tag, key string) (data string, ok bool) {}

func (c *Builder) set(tag language.Tag, key string, s *store, msg ...Message) error {}

func (c *Builder) Matcher() language.Matcher {}

type store

type msgMap

func (s *store) lookup(tag language.Tag, key string) (data string, ok bool) {}

// Languages returns all languages for which the Catalog contains variants.
func (b *Builder) Languages() []language.Tag {}

func (b *Builder) unlockedLanguages() []language.Tag {}