Commit c3136876 authored by Peter Eisentraut's avatar Peter Eisentraut

psql: Add new gettext trigger

parent 4447f0bc
...@@ -8,5 +8,5 @@ GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \ ...@@ -8,5 +8,5 @@ GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
../../fe_utils/print.c ../../fe_utils/psqlscan.c \ ../../fe_utils/print.c ../../fe_utils/psqlscan.c \
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \ ../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
../../common/wait_error.c ../../common/wait_error.c
GETTEXT_TRIGGERS = N_ psql_error simple_prompt GETTEXT_TRIGGERS = N_ psql_error simple_prompt write_error
GETTEXT_FLAGS = psql_error:1:c-format GETTEXT_FLAGS = psql_error:1:c-format write_error:1:c-format
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment