mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Adjust nls.mk for split out of wait_error.c
This commit is contained in:
parent
e11cb8ba2c
commit
f11af2bcab
@ -1,5 +1,5 @@
|
|||||||
# src/bin/initdb/nls.mk
|
# src/bin/initdb/nls.mk
|
||||||
CATALOG_NAME = initdb
|
CATALOG_NAME = initdb
|
||||||
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
|
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
|
||||||
GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c
|
GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c ../../port/wait_error.c
|
||||||
GETTEXT_TRIGGERS = simple_prompt
|
GETTEXT_TRIGGERS = simple_prompt
|
||||||
|
@ -4,6 +4,6 @@ AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
|
|||||||
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
|
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
|
||||||
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
|
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
|
||||||
tab-complete.c variables.c \
|
tab-complete.c variables.c \
|
||||||
../../port/exec.c
|
../../port/exec.c ../../port/wait_error.c
|
||||||
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
|
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
|
||||||
GETTEXT_FLAGS = psql_error:1:c-format
|
GETTEXT_FLAGS = psql_error:1:c-format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user