Thread
Commits
-
Add forgotten translatable string in pg_checksums.c
- 438e51987dcc 12.0 landed
-
pg_checksums has an untranslatable string.
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2019-06-06T11:06:12Z
Hello. # My email address has changed. Apologize in advance for possible # duplicate of this mail because this is the seconf try after # mail server seems to have failed the first try... I found a string that ought to be translatable but actually not, in pg_checksums.c. > fprintf(stderr, "%*s/%s MB (%d%%) computed", It seems to be the only instance in the file. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
-
Re: pg_checksums has an untranslatable string.
Michael Paquier <michael@paquier.xyz> — 2019-06-06T13:11:58Z
On Thu, Jun 06, 2019 at 08:06:12PM +0900, Kyotaro Horiguchi wrote: > It seems to be the only instance in the file. Confirmed and committed. Thanks for the report. -- Michael
-
Re: pg_checksums has an untranslatable string.
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2019-06-07T00:46:09Z
Hello > Confirmed and committed. Thanks for the report. Thanks for committing. -- Kyotaro Horiguchi NTT Open Source Software Center