kubernetes/vendor/github.com/chai2010/gettext-go/locale.go

type _Locale

var _

func newLocale(domain, path string, data ...interface{}

func (p *_Locale) makeTrMapKey(domain, _Locale string) string {}

func (p *_Locale) FileSystem() FileSystem {}

func (p *_Locale) GetLanguage() string {}

func (p *_Locale) SetLanguage(lang string) Gettexter {}

func (p *_Locale) GetDomain() string {}

func (p *_Locale) SetDomain(domain string) Gettexter {}

func (p *_Locale) syncTrMap() {}

func (p *_Locale) Gettext(msgid string) string {}

func (p *_Locale) PGettext(msgctxt, msgid string) string {}

func (p *_Locale) NGettext(msgid, msgidPlural string, n int) string {}

func (p *_Locale) PNGettext(msgctxt, msgid, msgidPlural string, n int) string {}

func (p *_Locale) DGettext(domain, msgid string) string {}

func (p *_Locale) DNGettext(domain, msgid, msgidPlural string, n int) string {}

func (p *_Locale) DPGettext(domain, msgctxt, msgid string) string {}

func (p *_Locale) DPNGettext(domain, msgctxt, msgid, msgidPlural string, n int) string {}

func (p *_Locale) Getdata(name string) []byte {}

func (p *_Locale) DGetdata(domain, name string) []byte {}

func (p *_Locale) gettext(domain, msgctxt, msgid, msgidPlural string, n int) string {}

func (p *_Locale) getdata(domain, name string) []byte {}