Versions in this module Expand all Collapse all v0 v0.2.10 Feb 3, 2020 Changes in this version + type Com struct + Component string + Languages []Language + type Dictionary []Com + type Language struct + Code string + Definitions []Text + type Lexicon map[string]string + func ExportLanguage(l string) *Lexicon + func (l *Lexicon) RenderText(id string) string + type Text struct + Definition string + ID string