Commit b33283c3 authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing source files to nls.mk

parent 3f354262
# src/interfaces/ecpg/ecpglib/nls.mk # src/interfaces/ecpg/ecpglib/nls.mk
CATALOG_NAME = ecpglib CATALOG_NAME = ecpglib
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN
GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c GETTEXT_FILES = connect.c cursor.c descriptor.c error.c execute.c misc.c
GETTEXT_TRIGGERS = ecpg_gettext GETTEXT_TRIGGERS = ecpg_gettext
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format
# src/interfaces/libpq/nls.mk # src/interfaces/libpq/nls.mk
CATALOG_NAME = libpq CATALOG_NAME = libpq
AVAIL_LANGUAGES = cs de es fr he it ja ko pl pt_BR ru sv tr zh_CN zh_TW AVAIL_LANGUAGES = cs de es fr he it ja ko pl pt_BR ru sv tr zh_CN zh_TW
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-openssl.c win32.c GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.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