Add missing gettext triggers
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |