mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
9 lines
400 B
Makefile
9 lines
400 B
Makefile
# $PostgreSQL: pgsql/src/bin/scripts/nls.mk,v 1.17 2004/12/15 17:50:19 petere Exp $
|
|
CATALOG_NAME := pgscripts
|
|
AVAIL_LANGUAGES := cs de es fr it ko 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
|