Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cc06e4a

Browse files
committed
Add missing file to GETTEXT_FILES
This doesn't actually change the resulting set of strings, but better be correct.
1 parent cb5a7bc commit cc06e4a

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/ecpglib

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/ecpglib/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# src/interfaces/ecpg/ecpglib/nls.mk
22
CATALOG_NAME = ecpglib
33
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
4-
GETTEXT_FILES = connect.c error.c execute.c misc.c
4+
GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c
55
GETTEXT_TRIGGERS = ecpg_gettext
66
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format

0 commit comments

Comments
 (0)