diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-27 00:58:35 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-27 00:58:35 +0300 |
commit | cc06e4a1aae0858603fbb56c021e5504458d2f15 (patch) | |
tree | 4b251dc4469cbcce9f5f5f520c02ed90bc507291 | |
parent | cb5a7bc2dce4377036bd70a69b2b7b3bc821036f (diff) | |
download | postgresql-cc06e4a1aae0858603fbb56c021e5504458d2f15.tar.gz postgresql-cc06e4a1aae0858603fbb56c021e5504458d2f15.zip |
Add missing file to GETTEXT_FILES
This doesn't actually change the resulting set of strings, but better
be correct.
-rw-r--r-- | src/interfaces/ecpg/ecpglib/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/nls.mk b/src/interfaces/ecpg/ecpglib/nls.mk index a127e636516..c0f2fd2b8fd 100644 --- a/src/interfaces/ecpg/ecpglib/nls.mk +++ b/src/interfaces/ecpg/ecpglib/nls.mk @@ -1,6 +1,6 @@ # src/interfaces/ecpg/ecpglib/nls.mk CATALOG_NAME = ecpglib AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN -GETTEXT_FILES = connect.c error.c execute.c misc.c +GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c GETTEXT_TRIGGERS = ecpg_gettext GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format |