Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LanguageSupport ¶
type LanguageSupport struct {
// contains filtered or unexported fields
}
func NewLanguageSupport ¶
func NewLanguageSupport() (ls *LanguageSupport, err error)
func (*LanguageSupport) ByLocale ¶
func (ls *LanguageSupport) ByLocale(locale string, includeInstalled bool) []string
ByLocale get language support packages for a locale
func (*LanguageSupport) ByPackageAndLocale ¶
func (ls *LanguageSupport) ByPackageAndLocale( package0 string, locale string, includeInstalled bool) (packages []string)
ByPackageAndLocale get language support packages for a package and locale.
func (*LanguageSupport) Destroy ¶
func (ls *LanguageSupport) Destroy()
Click to show internal directories.
Click to hide internal directories.