8000 Add missing source files to pg_waldump/nls.mk · postgres/postgres@c9a9eae · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c9a9eae

Browse files
committed
Add missing source files to pg_waldump/nls.mk
1 parent ec6c263 commit c9a9eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_waldump/nls.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# src/bin/pg_waldump/nls.mk
22
CATALOG_NAME = pg_waldump
33
AVAIL_LANGUAGES = cs de es fr ja ko ru sv tr vi zh_CN
4-
GETTEXT_FILES = pg_waldump.c
5-
GETTEXT_TRIGGERS = fatal_error
6-
GETTEXT_FLAGS = fatal_error:1:c-format
4+
GETTEXT_FILES = pg_waldump.c xlogreader.c
5+
GETTEXT_TRIGGERS = fatal_error report_invalid_record:2
6+
GETTEXT_FLAGS = fatal_error:1:c-format report_invalid_record:2:c-format

0 commit comments

Comments
 (0)
0