Skip to content

Commit 045c68a

Browse files
committed
xlogreader.c: Fix report_invalid_record translatability flag
For some reason I overlooked in GETTEXT_TRIGGERS that the right argument be read by gettext in 7fcbf6a. This will drop the translation percentages for the backend all the way back to 9.3 ... Problem reported by Heikki.
1 parent c219cbf commit 045c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AVAIL_LANGUAGES = de es fr it ja pl pt_BR ru zh_CN
44
GETTEXT_FILES = + gettext-files
55
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
66
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
7-
write_stderr yyerror parser_yyerror report_invalid_record
7+
write_stderr yyerror parser_yyerror report_invalid_record:2
88
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
99
GUC_check_errmsg:1:c-format \
1010
GUC_check_errdetail:1:c-format \

0 commit comments

Comments
 (0)