8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225eec commit c0d9512Copy full SHA for c0d9512
src/interfaces/libpq/nls.mk
@@ -16,7 +16,12 @@ GETTEXT_FILES = fe-auth.c \
16
../../port/thread.c
17
GETTEXT_TRIGGERS = libpq_append_conn_error:2 \
18
libpq_append_error:2 \
19
- libpq_gettext pqInternalNotice:2
+ libpq_gettext \
20
+ libpq_ngettext:1,2 \
21
+ pqInternalNotice:2
22
GETTEXT_FLAGS = libpq_append_conn_error:2:c-format \
23
libpq_append_error:2:c-format \
- libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
24
+ libpq_gettext:1:pass-c-format \
25
+ libpq_ngettext:1:pass-c-format \
26
+ libpq_ngettext:2:pass-c-format \
27
+ pqInternalNotice:2:c-format
0 commit comments