blob: eae0e7fe234915e7572b8f72ab88f8d58f880040 (
plain)
1
2
3
4
5
6
7
8
|
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.23.2.1 2009/09/03 21:01:11 petere Exp $
CATALOG_NAME := pgscripts
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro sv ta tr
GETTEXT_FILES := createdb.c createlang.c createuser.c \
dropdb.c droplang.c dropuser.c \
clusterdb.c vacuumdb.c reindexdb.c \
common.c
GETTEXT_TRIGGERS:= _ simple_prompt yesno_prompt
|