Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7489ac

Browse files
committed
elog() is no longer a gettext trigger --- all remaining uses are considered
internal errors.
1 parent 02d79e7 commit b7489ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/nls.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.5 2003/07/19 20:32:12 tgl Exp $
1+
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.6 2003/07/28 00:25:21 tgl Exp $
22
CATALOG_NAME := postgres
33
AVAIL_LANGUAGES := cs de es hr hu ru sv tr zh_CN zh_TW
44
GETTEXT_FILES := + gettext-files
5-
# elog should eventually be removed from this list:
6-
GETTEXT_TRIGGERS:= elog:2 errmsg errdetail errhint errcontext postmaster_error yyerror
5+
# you can add "elog:2" and "errmsg_internal" to this list if you want to
6+
# include internal messages in the translation list.
7+
GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext postmaster_error yyerror
78

89
gettext-files:
910
find $(srcdir)/ -name '*.c' -print >$@

0 commit comments

Comments
 (0)