t / chainlint / broken-chain.teston commit l10n: it.po: update the Italian localization for v2.23.0 round 2 (ad1d0a5)
   1(
   2        foo &&
   3# LINT: missing "&&" from 'bar'
   4        bar
   5        baz &&
   6# LINT: final statement before closing ")" legitimately lacks "&&"
   7        wop
   8)