mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: cf38d09075039ec3151f5226b4002569d05c489c
11 lines
487 B
Makefile
11 lines
487 B
Makefile
# src/bin/scripts/nls.mk
|
|
CATALOG_NAME = pgscripts
|
|
AVAIL_LANGUAGES = cs de es fr he it ja ko pl pt_BR ru sv tr 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
|