Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 194b5ea

Browse files
committed
Add new files to NLS file lists
Some of these are newly added, some are older and were forgotten, some don't contain any translatable strings right now but look like they could in the future.
1 parent 1d1361b commit 194b5ea

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

src/bin/initdb/nls.mk

+1-1
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 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
55
GETTEXT_TRIGGERS = simple_prompt

src/bin/pg_basebackup/nls.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/bin/pg_basebackup/nls.mk
22
CATALOG_NAME = pg_basebackup
33
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

src/bin/pg_dump/nls.mk

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# src/bin/pg_dump/nls.mk
22
CATALOG_NAME = pg_dump
33
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 \
79
../../port/exec.c
810
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
911
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3

src/bin/psql/nls.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
CATALOG_NAME = psql
33
AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
44
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 \
67
../../port/exec.c
78
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
89
GETTEXT_FLAGS = psql_error:1:c-format

0 commit comments

Comments
 (0)