blob: d56a9d4fdfca8d9c13736cc30553ef5c1b380e00 (
plain)
1
2
3
4
5
|
# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.8 2009/10/20 18:23:26 petere Exp $
CATALOG_NAME := plperl
AVAIL_LANGUAGES := de es fr it ja pt_BR tr
GETTEXT_FILES := plperl.c SPI.c
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|