blob: 752961f504dac86c98de6e63ecf0559015bc9880 (
plain)
1
2
3
4
5
|
# $PostgreSQL: pgsql/src/pl/tcl/nls.mk,v 1.6.2.1 2009/09/03 21:01:25 petere Exp $
CATALOG_NAME := pltcl
AVAIL_LANGUAGES := de es fr it ja pt_BR tr
GETTEXT_FILES := pltcl.c
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|