OSDN Git Service

Native Language Support (NLS)
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Jun 2001 18:25:18 +0000 (18:25 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Jun 2001 18:25:18 +0000 (18:25 +0000)
commite54203646176167271dc50a7b8f7bbe0d3ea6e75
tree06e6275b18f1d14afeda777f12f31a75d3c8b527
parent58193c5f37838b49043925437e3c99711ca66407
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.
27 files changed:
config/programs.m4
configure
configure.in
doc/src/sgml/developer.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/nls.sgml [new file with mode: 0644]
src/Makefile.global.in
src/backend/Makefile
src/backend/main/main.c
src/backend/po/Makefile [new file with mode: 0644]
src/backend/po/de.po [new file with mode: 0644]
src/backend/po/nls.mk [new file with mode: 0644]
src/backend/utils/error/elog.c
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/copy.c
src/bin/psql/de.po [new file with mode: 0644]
src/bin/psql/help.c
src/bin/psql/large_obj.c
src/bin/psql/mainloop.c
src/bin/psql/nls.mk [new file with mode: 0644]
src/bin/psql/print.c
src/bin/psql/startup.c
src/include/c.h
src/include/config.h.in
src/nls-global.mk [new file with mode: 0644]