|
1 |
| -# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.19 2005/01/09 17:10:28 petere Exp $ |
| 1 | +# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.20 2005/10/04 11:14:03 petere Exp $ |
2 | 2 | CATALOG_NAME:= postgres
|
3 | 3 | AVAIL_LANGUAGES:= af cs de es fr hr hu it ko nb pt_BR ro ru sk sl sv tr zh_CN zh_TW
|
4 | 4 | GETTEXT_FILES:= + gettext-files
|
5 | 5 | # you can add "elog:2" and "errmsg_internal" to this list if you want to
|
6 | 6 | # include internal messages in the translation list.
|
7 |
| -GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext write_stderr yyerror |
| 7 | +GETTEXT_TRIGGERS:=_errmsg errdetail errhint errcontext write_stderr yyerror |
8 | 8 |
|
9 | 9 | gettext-files: distprep
|
10 | 10 | find$(srcdir)/$(srcdir)/../port/ -name'*.c' -print>$@
|
|