Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6baa17f

Browse files
committed
Add missing gettext triggers
Some translatable strings have been moved to scanner_yyerror(), so weneed to add that, too.
1 parentef11051 commit6baa17f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎src/backend/nls.mk

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ CATALOG_NAME = postgres
33
AVAIL_LANGUAGES = de es fr id it ja ko pl pt_BR ru sv tr zh_CN
44
GETTEXT_FILES = + gettext-files
55
GETTEXT_TRIGGERS =$(BACKEND_COMMON_GETTEXT_TRIGGERS)\
6-
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint\
7-
write_stderr yyerror parser_yyerror report_invalid_record:2
6+
GUC_check_errmsg\
7+
GUC_check_errdetail\
8+
GUC_check_errhint\
9+
write_stderr\
10+
yyerror\
11+
parser_yyerror\
12+
scanner_yyerror\
13+
report_invalid_record:2
814
GETTEXT_FLAGS =$(BACKEND_COMMON_GETTEXT_FLAGS)\
915
GUC_check_errmsg:1:c-format\
1016
GUC_check_errdetail:1:c-format\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp