Re: Remove an unnecessary errmsg_plural in dependency.c

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: tgl@sss.pgh.pa.us
Cc: bharath.rupireddyforpostgres@gmail.com, peter.eisentraut@enterprisedb.com, daniel@yesql.se, pgsql-hackers@lists.postgresql.org
Date: 2022-03-25T01:45:54Z
Lists: pgsql-hackers
At Thu, 24 Mar 2022 10:19:18 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote in 
> Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> writes:
> > Thanks. I think I get the point - is it dngettext doing things
> > differently for different languages?
> 
> Yeah.  To be concrete, have a look in ru.po:

I wondered why it takes two forms of format string but I now
understand it is the fall-back texts used when translation is not
found.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



Commits

  1. Remove unnecessary translator comment