Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56ff9a commit 2a4a0c4Copy full SHA for 2a4a0c4
src/backend/nls.mk
@@ -1,8 +1,9 @@
1
-# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.4 2003/06/28 22:30:59 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.5 2003/07/19 20:32:12 tgl Exp $
2
CATALOG_NAME := postgres
3
AVAIL_LANGUAGES := cs de es hr hu ru sv tr zh_CN zh_TW
4
GETTEXT_FILES := + gettext-files
5
-GETTEXT_TRIGGERS:= elog:2 postmaster_error yyerror
+# elog should eventually be removed from this list:
6
+GETTEXT_TRIGGERS:= elog:2 errmsg errdetail errhint errcontext postmaster_error yyerror
7
8
gettext-files:
9
find $(srcdir)/ -name '*.c' -print >$@
0 commit comments