Versions in this module Expand all Collapse all v0 v0.9.1 Dec 7, 2022 v0.9.0 Dec 4, 2022 Changes in this version + func AddTranslation(t Translation) + func AddTranslationFromFile(filename string) + func Names() []string + type TranslateKey struct + Qwerty string + To string + type Translation struct + Name string + Translations map[string]string + func GetTranslation(name string) (Translation, bool) + func NewTranslationFromYaml(value []byte) Translation + func (t *Translation) Translate(chord charachorder.Chord, reverse bool) charachorder.Chord + func (t *Translation) TranslateFile(f *charachorder.File, reverse bool) charachorder.File