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