Documentation
¶
Overview ¶
Package gettext provides utils for gettext.
Index ¶
Constants ¶
View Source
const ( Version0_14 = "0.14" VersionDefault = "default" )
Versions of gettext available in the system.
Variables ¶
View Source
var ( // GettextAppMap is a map of gettext versions to gettext apps. GettextAppMap = map[string]gettextApp{} // GettextAppHints is a map of hints for special gettext versions. GettextAppHints = map[string]string{ Version0_14: "Need gettext 0.14 for some checks, see:\n https://lore.kernel.org/git/874l8rwrh2.fsf@evledraar.gmail.com/", } )
Functions ¶
func FindGettext ¶ added in v0.4.5
func FindGettext()
FindGettext finds different versions of gettext installed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.