mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05:00
8 lines
419 B
Makefile
8 lines
419 B
Makefile
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.25 2010/05/13 15:56:39 petere Exp $
|
|
CATALOG_NAME := pgscripts
|
|
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro sv ta tr zh_CN
|
|
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
|