mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
8 lines
417 B
Makefile
8 lines
417 B
Makefile
# $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
|