Add missing gettext triggers

Peter Eisentraut <peter@eisentraut.org>

Commit: 3ddbac368c205fce1f293de1fe60c1b479800746
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-05-14T10:57:22Z
Releases: 17.0
Add missing gettext triggers

Commit d6607016c7 moved all the jsonapi.c error messages into
token_error().  This needs to be added to the various nls.mk files
that use this.  Since that makes token_error() effectively a globally
known symbol, the name seems a bit too general, so rename to
json_token_error() for more clarity.

Files

PathChange+/−
src/backend/nls.mk modified +2 −0
src/bin/pg_combinebackup/nls.mk modified +2 −0
src/bin/pg_verifybackup/nls.mk modified +2 −0
src/common/jsonapi.c modified +12 −12