t / t4018 / golang-interfaceon commit l10n: sv.po: Update Swedish translation (4676t0f0u) (2613f06)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}