type
AdminLanguage
type AdminLanguage struct {
Code string
Label string
LabelTranslations map[string]string
RTL bool
}One statically bundled admin interface language.
Codestring- Canonical BCP-47 language tag.
Labelstring- Canonical language-picker label.
LabelTranslationsmap[string]string- Translated picker labels.
RTLbool- Whether the whole interface uses right-to-left layout.