Commit 382b479a authored by Peter Eisentraut's avatar Peter Eisentraut

Add new files to nls.mk

parent 42466191
# src/bin/initdb/nls.mk # src/bin/initdb/nls.mk
CATALOG_NAME = initdb CATALOG_NAME = initdb
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN
GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/restricted_token.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c
GETTEXT_TRIGGERS = simple_prompt GETTEXT_TRIGGERS = simple_prompt
# src/bin/pg_resetxlog/nls.mk # src/bin/pg_resetxlog/nls.mk
CATALOG_NAME = pg_resetxlog CATALOG_NAME = pg_resetxlog
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN
GETTEXT_FILES = pg_resetxlog.c GETTEXT_FILES = pg_resetxlog.c ../../common/restricted_token.c
# src/interfaces/libpq/nls.mk # src/interfaces/libpq/nls.mk
CATALOG_NAME = libpq CATALOG_NAME = libpq
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru tr zh_CN zh_TW AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru tr zh_CN zh_TW
GETTEXT_FILES = fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c win32.c GETTEXT_FILES = fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-openssl.c win32.c
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2 GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment