Documentation
¶
Overview ¶
Package locale defines a Locale type that represents a POSIX locale value, as required by desktop-entry-spec.
Index ¶
Constants ¶
View Source
const ( // ErrUnexpectedRune indicates an unexpected rune was encountered while // parsing a locale string. ErrUnexpectedRune = localeError("unexpected rune") // ErrLangEmpty indicates that a lang value was not specified. ErrLangEmpty = localeError("lang empty") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.