mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
They have been deprecated since PostgreSQL 9.1. Reviewed-by: Magnus Hagander <magnus@hagander.net> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
11 lines
481 B
Makefile
11 lines
481 B
Makefile
# src/bin/scripts/nls.mk
|
|
CATALOG_NAME = pgscripts
|
|
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv zh_CN
|
|
GETTEXT_FILES = createdb.c createuser.c \
|
|
dropdb.c dropuser.c \
|
|
clusterdb.c vacuumdb.c reindexdb.c \
|
|
pg_isready.c \
|
|
common.c \
|
|
../../fe_utils/print.c \
|
|
../../common/fe_memutils.c ../../common/username.c
|
|
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|