git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef11051)
Add missing gettext triggers
2020年4月28日 11:35:40 +0000 (13:35 +0200)
2020年4月28日 11:35:40 +0000 (13:35 +0200)
Some translatable strings have been moved to scanner_yyerror(), so we
need to add that, too.


diff --git a/src/backend/nls.mk b/src/backend/nls.mk
index ad94947f5e90550780580a6799e7f73daa4f7a33..f2788a076d0d91b7a7878da80083f7fc3a6a6168 100644 (file)
--- a/src/backend/nls.mk
+++ b/src/backend/nls.mk
@@ -3,8 +3,14 @@ CATALOG_NAME = postgres
AVAIL_LANGUAGES = de es fr id it ja ko pl pt_BR ru sv tr zh_CN
GETTEXT_FILES = + gettext-files
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
- GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
- write_stderr yyerror parser_yyerror report_invalid_record:2
+ GUC_check_errmsg \
+ GUC_check_errdetail \
+ GUC_check_errhint \
+ write_stderr \
+ yyerror \
+ parser_yyerror \
+ scanner_yyerror \
+ report_invalid_record:2
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
GUC_check_errmsg:1:c-format \
GUC_check_errdetail:1:c-format \
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /