You can't NLS-enable a program component by just putting gettext() around

Peter Eisentraut <peter_e@gmx.net>

Commit: e05147e51aac1ffbc000aa63867049a93f6a512f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-09-27T09:29:31Z
Releases: 7.4.1
You can't NLS-enable a program component by just putting gettext() around
every string, especially if some of the output should be fixed-format
machine-readable.  This needs to be more carefully sorted out. Also, make
the help message generated by --help-config -h be more similar in style to
the others.

Files

PathChange+/−
src/backend/main/main.c modified +2 −2
src/backend/tcop/postgres.c modified +4 −3
src/backend/utils/misc/help_config.c modified +51 −94