Documentation ¶
Index ¶
- Variables
- func Add(key string, lang map[string]string)
- func AppendTo(lang string, set map[string]string)
- func FixedLanguageKey(key string) string
- func Get(value string) string
- func GetFromHtml(value template.HTML, scopes ...string) template.HTML
- func GetWithLang(value, lang string) string
- func GetWithScope(value string, scopes ...string) string
- func GetWithScopeAndLanguageSet(value, lang string, scopes ...string) string
- func JoinScopes(scopes []string) string
- func WithScopes(value string, scopes ...string) string
- type LangMap
- type LangSet
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EN = language.English.String()
)
View Source
var Lang = LangMap{ language.English.String(): en, "en": en, }
Lang is the global LangMap.
View Source
var Langs = [...]string{EN}
Functions ¶
func FixedLanguageKey ¶
func GetFromHtml ¶
GetFromHtml return the value of given scopes and template.HTML value.
func GetWithLang ¶
GetWithLang return the value of given language set.
func GetWithScope ¶
GetWithScope return the value of given scopes.
func GetWithScopeAndLanguageSet ¶
GetWithScopeAndLanguageSet return the value of given scopes and language set.
func JoinScopes ¶
func WithScopes ¶
WithScopes join scopes prefix and the value.
Types ¶
Click to show internal directories.
Click to hide internal directories.