libpq: Add missing gettext trigger
libpq_ngettext() was missing. This was an ancient mistake (commit acd08d764a).
This commit is contained in:
parent
0225eec80b
commit
c0d951262c
@ -16,7 +16,12 @@ GETTEXT_FILES = fe-auth.c \
|
|||||||
../../port/thread.c
|
../../port/thread.c
|
||||||
GETTEXT_TRIGGERS = libpq_append_conn_error:2 \
|
GETTEXT_TRIGGERS = libpq_append_conn_error:2 \
|
||||||
libpq_append_error:2 \
|
libpq_append_error:2 \
|
||||||
libpq_gettext pqInternalNotice:2
|
libpq_gettext \
|
||||||
|
libpq_ngettext:1,2 \
|
||||||
|
pqInternalNotice:2
|
||||||
GETTEXT_FLAGS = libpq_append_conn_error:2:c-format \
|
GETTEXT_FLAGS = libpq_append_conn_error:2:c-format \
|
||||||
libpq_append_error:2:c-format \
|
libpq_append_error:2:c-format \
|
||||||
libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
|
libpq_gettext:1:pass-c-format \
|
||||||
|
libpq_ngettext:1:pass-c-format \
|
||||||
|
libpq_ngettext:2:pass-c-format \
|
||||||
|
pqInternalNotice:2:c-format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user