We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ae824 commit 9eb54a2Copy full SHA for 9eb54a2
src/bin/pg_combinebackup/nls.mk
@@ -6,6 +6,12 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
6
load_manifest.c \
7
pg_combinebackup.c \
8
reconstruct.c \
9
- write_manifest.c
10
-GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
11
-GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
+ write_manifest.c \
+ ../../common/fe_memutils.c \
+ ../../common/jsonapi.c \
12
+ ../../common/parse_manifest.c
13
+GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
14
+ json_manifest_parse_failure:2 \
15
+ error_cb:2
16
+GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
17
+ error_cb:2:c-format
0 commit comments