File tree 1 file changed +17
-1
lines changed 1 file changed +17
-1
lines changed 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 = cs de es fr he it ja ko pl pt_BR ru sv tr uk vi zh_CN
4
- GETTEXT_FILES = $(FRONTEND_COMMON_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 ../../fe_utils/recovery_gen.c
4
+ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES ) \
5
+ bbstreamer_file.c \
6
+ bbstreamer_gzip.c \
7
+ bbstreamer_inject.c \
8
+ bbstreamer_lz4.c \
9
+ bbstreamer_tar.c \
10
+ bbstreamer_zstd.c \
11
+ pg_basebackup.c \
12
+ pg_receivewal.c \
13
+ pg_recvlogical.c \
14
+ receivelog.c \
15
+ streamutil.c \
16
+ walmethods.c \
17
+ ../../common/backup_compression.c \
18
+ ../../common/fe_memutils.c \
19
+ ../../common/file_utils.c \
20
+ ../../fe_utils/recovery_gen.c
5
21
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) simple_prompt tar_set_error
6
22
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS )
You can’t perform that action at this time.
0 commit comments