mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 10:38:53 -04:00
10 lines
431 B
Makefile
10 lines
431 B
Makefile
# src/bin/scripts/nls.mk
|
|
CATALOG_NAME = pgscripts
|
|
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN
|
|
GETTEXT_FILES = createdb.c createlang.c createuser.c \
|
|
dropdb.c droplang.c dropuser.c \
|
|
clusterdb.c vacuumdb.c reindexdb.c \
|
|
pg_isready.c \
|
|
common.c \
|
|
../../common/fe_memutils.c
|
|
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|