package interfaces type Translation interface { GetLang() (l string) }