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

Commit194b5ea

Browse files
committed
Add new files to NLS file lists
Some of these are newly added, some are older and were forgotten, somedon't contain any translatable strings right now but look like theycould in the future.
1 parent1d1361b commit194b5ea

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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 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.cinitdb.c ../../port/dirmod.c ../../port/exec.c
55
GETTEXT_TRIGGERS = simple_prompt

‎src/bin/pg_basebackup/nls.mk

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 3 deletions
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

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp