mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Add missing source files to nls.mk
These are files under common/ that have been moved around. Updating these manually is not satisfactory, but it's the only solution at the moment.
This commit is contained in:
parent
d3c980694f
commit
77b41010db
@ -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 pl pt_BR ru zh_CN
|
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN
|
||||||
GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/wait_error.c ../../port/dirmod.c
|
GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c
|
||||||
GETTEXT_TRIGGERS = simple_prompt
|
GETTEXT_TRIGGERS = simple_prompt
|
||||||
|
@ -7,7 +7,8 @@ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
|
|||||||
pg_dump.c common.c pg_dump_sort.c \
|
pg_dump.c common.c pg_dump_sort.c \
|
||||||
pg_restore.c pg_dumpall.c \
|
pg_restore.c pg_dumpall.c \
|
||||||
parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h \
|
parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h \
|
||||||
../../common/exec.c ../../common/fe_memutils.c
|
../../common/exec.c ../../common/fe_memutils.c \
|
||||||
|
../../common/wait_error.c
|
||||||
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
|
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
|
||||||
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
|
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
|
||||||
GETTEXT_FLAGS = \
|
GETTEXT_FLAGS = \
|
||||||
|
@ -4,6 +4,7 @@ AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru 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 \
|
||||||
../../common/exec.c ../../common/fe_memutils.c ../../common/wait_error.c
|
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
|
||||||
|
../../common/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
|
||||||
|
@ -6,5 +6,5 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
|
|||||||
clusterdb.c vacuumdb.c reindexdb.c \
|
clusterdb.c vacuumdb.c reindexdb.c \
|
||||||
pg_isready.c \
|
pg_isready.c \
|
||||||
common.c \
|
common.c \
|
||||||
../../common/fe_memutils.c
|
../../common/fe_memutils.c ../../common/username.c
|
||||||
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user