mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# src/bin/initdb/nls.mk
|
||||
CATALOG_NAME = initdb
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
|
||||
GETTEXT_FILES = initdb.c ../../port/dirmod.c ../../port/exec.c
|
||||
GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c
|
||||
GETTEXT_TRIGGERS = simple_prompt
|
||||
|
@ -1,4 +1,4 @@
|
||||
# src/bin/pg_basebackup/nls.mk
|
||||
CATALOG_NAME = pg_basebackup
|
||||
AVAIL_LANGUAGES = de es fr ja
|
||||
GETTEXT_FILES = pg_basebackup.c
|
||||
GETTEXT_FILES = pg_basebackup.c pg_receivexlog.c receivelog.c streamutil.c
|
||||
|
@ -1,9 +1,11 @@
|
||||
# src/bin/pg_dump/nls.mk
|
||||
CATALOG_NAME = pg_dump
|
||||
AVAIL_LANGUAGES = de es fr it ja ko pt_BR sv tr zh_CN zh_TW
|
||||
GETTEXT_FILES = pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
|
||||
pg_backup_db.c pg_backup_null.c \
|
||||
pg_backup_tar.c pg_restore.c pg_dumpall.c \
|
||||
GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
|
||||
pg_backup_null.c pg_backup_tar.c \
|
||||
pg_backup_directory.c dumpmem.c dumputils.c compress_io.c \
|
||||
pg_dump.c common.c pg_dump_sort.c \
|
||||
pg_restore.c pg_dumpall.c \
|
||||
../../port/exec.c
|
||||
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
|
||||
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
|
||||
|
@ -2,7 +2,8 @@
|
||||
CATALOG_NAME = psql
|
||||
AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
|
||||
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
|
||||
mainloop.c print.c startup.c describe.c sql_help.h sql_help.c \
|
||||
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
|
||||
tab-complete.c variable.c \
|
||||
../../port/exec.c
|
||||
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
|
||||
GETTEXT_FLAGS = psql_error:1:c-format
|
||||
|
Reference in New Issue
Block a user