Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9ddcf7

Browse files
committed
Add missing source files to nls.mk
These are files under common/ that have been moved around. Updatingthese manually is not satisfactory, but it's the only solution at themoment.
1 parentc93bf8c commitf9ddcf7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

‎src/bin/initdb/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/initdb/nls.mk
22
CATALOG_NAME = initdb
33
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
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
55
GETTEXT_TRIGGERS = simple_prompt

‎src/bin/pg_dump/nls.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1112
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt\
1213
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
1314
GETTEXT_FLAGS =\

‎src/bin/psql/nls.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN zh_TW
44
GETTEXT_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
89
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
910
GETTEXT_FLAGS = psql_error:1:c-format

‎src/bin/scripts/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
GETTEXT_TRIGGERS = simple_prompt yesno_prompt

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp