mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-23 14:57:03 +08:00
11 lines
458 B
Makefile
11 lines
458 B
Makefile
# src/bin/scripts/nls.mk
|
|
CATALOG_NAME = pgscripts
|
|
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv 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 ../../common/username.c
|
|
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|