mirror of
https://github.com/postgres/postgres.git
synced 2025-06-18 00:02:37 -04:00
9 lines
397 B
Makefile
9 lines
397 B
Makefile
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.16 2004/10/18 17:58:53 petere Exp $
|
|
CATALOG_NAME := pgscripts
|
|
AVAIL_LANGUAGES := cs de es fr it pt_BR ru sk sl sv tr zh_CN zh_TW
|
|
GETTEXT_FILES := createdb.c createlang.c createuser.c \
|
|
dropdb.c droplang.c dropuser.c \
|
|
clusterdb.c vacuumdb.c \
|
|
common.c
|
|
GETTEXT_TRIGGERS:= _ simple_prompt
|