File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# src/bin/initdb/nls.mk
22CATALOG_NAME = initdb
33AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN
4- 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
4+ 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
55GETTEXT_TRIGGERS = simple_prompt
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
77 pg_dump.c common.c pg_dump_sort.c \
88 pg_restore.c pg_dumpall.c \
99 parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h \
10- ../../common/exec.c ../../common/fe_memutils.c
10+ ../../common/exec.c ../../common/fe_memutils.c \
11+ ../../common/wait_error.c
1112GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
1213 ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
1314GETTEXT_FLAGS = \
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN zh_TW
44GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
55 mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
66 tab-complete.c variables.c \
7- ../../common/exec.c ../../common/fe_memutils.c ../../common/wait_error.c
7+ ../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
8+ ../../common/wait_error.c
89GETTEXT_TRIGGERS = N_ psql_error simple_prompt
910GETTEXT_FLAGS = psql_error:1:c-format
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
66 clusterdb.c vacuumdb.c reindexdb.c \
77 pg_isready.c \
88 common.c \
9- ../../common/fe_memutils.c
9+ ../../common/fe_memutils.c ../../common/username.c
1010GETTEXT_TRIGGERS = simple_prompt yesno_prompt
You can’t perform that action at this time.
0 commit comments