File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# src/bin/initdb/nls.mk
2
2
CATALOG_NAME = initdb
3
3
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4
- GETTEXT_FILES = initdb.c ../../port/dirmod.c ../../port/exec.c
4
+ GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c
5
5
GETTEXT_TRIGGERS = simple_prompt
Original file line number Diff line number Diff line change 1
1
# src/bin/pg_basebackup/nls.mk
2
2
CATALOG_NAME = pg_basebackup
3
3
AVAIL_LANGUAGES = de es fr ja
4
- GETTEXT_FILES = pg_basebackup.c
4
+ GETTEXT_FILES = pg_basebackup.c pg_receivexlog.c receivelog.c streamutil.c
Original file line number Diff line number Diff line change 1
1
# src/bin/pg_dump/nls.mk
2
2
CATALOG_NAME = pg_dump
3
3
AVAIL_LANGUAGES = de es fr it ja ko pt_BR sv tr zh_CN zh_TW
4
- GETTEXT_FILES = pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
5
- pg_backup_db.c pg_backup_null.c \
6
- pg_backup_tar.c pg_restore.c pg_dumpall.c \
4
+ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
5
+ pg_backup_null.c pg_backup_tar.c \
6
+ pg_backup_directory.c dumpmem.c dumputils.c compress_io.c \
7
+ pg_dump.c common.c pg_dump_sort.c \
8
+ pg_restore.c pg_dumpall.c \
7
9
../../port/exec.c
8
10
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
9
11
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = psql
3
3
AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
4
4
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
5
- mainloop.c print.c startup.c describe.c sql_help.h sql_help.c \
5
+ mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
6
+ tab-complete.c variable.c \
6
7
../../port/exec.c
7
8
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
8
9
GETTEXT_FLAGS = psql_error:1:c-format
You can’t perform that action at this time.
0 commit comments