diff options
Diffstat (limited to 'src/bin/pg_basebackup/nls.mk')
-rw-r--r-- | src/bin/pg_basebackup/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/nls.mk b/src/bin/pg_basebackup/nls.mk index 6dc2ddc86fe..2e9a1d26f33 100644 --- a/src/bin/pg_basebackup/nls.mk +++ b/src/bin/pg_basebackup/nls.mk @@ -1,5 +1,5 @@ # src/bin/pg_basebackup/nls.mk CATALOG_NAME = pg_basebackup -AVAIL_LANGUAGES = cs de es fr he it ja ko pl ru sv tr vi +AVAIL_LANGUAGES = cs de es fr he it ja ko pl ru sv tr vi zh_CN GETTEXT_FILES = pg_basebackup.c pg_receivewal.c pg_recvlogical.c receivelog.c streamutil.c walmethods.c ../../common/fe_memutils.c ../../common/file_utils.c GETTEXT_TRIGGERS = simple_prompt tar_set_error |