t / t4018 / golang-interfaceon commit l10n: bg.po: Updated Bulgarian translation (3958t) (1eaabd4)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}