Documentation
¶
Index ¶
Constants ¶
View Source
const (
HeaderAcceptLanguage = "Accept-Language"
)
View Source
const (
TagEn = "en"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
func (*Bundle) TranslatorForRequest ¶
func (b *Bundle) TranslatorForRequest(r *http.Request) Translator
func (*Bundle) TranslatorForTag ¶
func (b *Bundle) TranslatorForTag(tag Tag) Translator
type HierachicalTranslator ¶
type HierachicalTranslator struct { Base Translator Tag Tag Translations map[string]MessageFormat }
func NewHierachicalTranslator ¶
func NewHierachicalTranslator() *HierachicalTranslator
func (*HierachicalTranslator) IsRoot ¶
func (t *HierachicalTranslator) IsRoot() bool
type MessageFormat ¶
type MessageFormat string
func (MessageFormat) String ¶
func (m MessageFormat) String() string
type Parameters ¶
type Parameters []Parameter
func ParametersFrom ¶
func ParametersFrom(v interface{}) Parameters
func (Parameters) Len ¶
func (ps Parameters) Len() int
func (Parameters) Less ¶
func (ps Parameters) Less(i, j int) bool
func (Parameters) Swap ¶
func (ps Parameters) Swap(i, j int)
type Specification ¶
type Specification string
func ExtractSpecification ¶
func ExtractSpecification(r *http.Request) Specification
func (Specification) Ranges ¶
func (s Specification) Ranges() Ranges
func (Specification) Tag ¶
func (s Specification) Tag() Tag
type Translator ¶
Click to show internal directories.
Click to hide internal directories.