We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4447f0b commit c313687Copy full SHA for c313687
src/bin/psql/nls.mk
@@ -8,5 +8,5 @@ GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
8
../../fe_utils/print.c ../../fe_utils/psqlscan.c \
9
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
10
../../common/wait_error.c
11
-GETTEXT_TRIGGERS = N_ psql_error simple_prompt
12
-GETTEXT_FLAGS = psql_error:1:c-format
+GETTEXT_TRIGGERS = N_ psql_error simple_prompt write_error
+GETTEXT_FLAGS = psql_error:1:c-format write_error:1:c-format
0 commit comments