Fix translatable string construction

Álvaro Herrera <alvherre@kurilemu.de>

Commit: 3692a622d3fdf8a44af0c0b541a51163ead314f1
Author: Álvaro Herrera <alvherre@kurilemu.de>
Date: 2026-06-11T16:29:36Z
Fix translatable string construction

In a few places, we were constructing translatable strings consisting of
elements list by adding one element at a time and separately a comma.
This is not great from a translation point of view, so rewrite to append
the comma together with the corresponding element in one go.

Author: Peter Smith <smithpb2250@gmail.com>
Author: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/CAHut+Pvp7jYcaiZ3pXedXgLcWZWDBLXFUK05JtZpGv3Mj=UOjw@mail.gmail.com

Files

Discussion