t / t4018 / golang-interfaceon commit l10n: it.po: update the Italian localization for v2.23.0 round 2 (ad1d0a5)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}