We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc93bf8c commitf9ddcf7Copy full SHA for f9ddcf7
src/bin/initdb/nls.mk
@@ -1,5 +1,5 @@
1
# src/bin/initdb/nls.mk
2
CATALOG_NAME = initdb
3
AVAIL_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
+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
5
GETTEXT_TRIGGERS = simple_prompt
src/bin/pg_dump/nls.mk
@@ -7,7 +7,8 @@ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
7
pg_dump.c common.c pg_dump_sort.c\
8
pg_restore.c pg_dumpall.c\
9
parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h\
10
- ../../common/exec.c ../../common/fe_memutils.c
+ ../../common/exec.c ../../common/fe_memutils.c\
11
+ ../../common/wait_error.c
12
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt\
13
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
14
GETTEXT_FLAGS =\
src/bin/psql/nls.mk
@@ -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\
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c\
6
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\
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
GETTEXT_FLAGS = psql_error:1:c-format
src/bin/scripts/nls.mk
@@ -6,5 +6,5 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
clusterdb.c vacuumdb.c reindexdb.c\
pg_isready.c\
common.c\
- ../../common/fe_memutils.c
+ ../../common/fe_memutils.c ../../common/username.c
GETTEXT_TRIGGERS = simple_prompt yesno_prompt