Thread: pgsql/ /configure /configure.in onfig/programs ...

pgsql/ /configure /configure.in onfig/programs ...

From
Peter Eisentraut - PostgreSQL
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    petere@hub.org    01/06/02 14:25:18

Modified files:
    .              : configure configure.in
    config         : programs.m4
    doc/src/sgml   : developer.sgml filelist.sgml installation.sgml
    src            : Makefile.global.in
    src/backend    : Makefile
    src/backend/main: main.c
    src/backend/utils/error: elog.c
    src/bin/psql   : command.c common.c copy.c help.c large_obj.c
                     mainloop.c print.c startup.c
    src/include    : c.h config.h.in
Added files:
    doc/src/sgml   : nls.sgml
    src            : nls-global.mk
    src/backend/po : Makefile de.po nls.mk
    src/bin/psql   : de.po nls.mk

Log message:
    Native Language Support (NLS)

    Use --enable-nls to turn it on; see installation instructions for details.
    See developer's guide how to make use of it in programs and how to add
    translations.

    psql sources have been almost fully prepared and an incomplete German
    translation has been provided.  In the backend, only elog() calls are
    currently translatable, and the provided German translation file is more
    of a placeholder.