mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 23:33:27 -05:00
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 398beeef4921df0956f917becd7b5669d2a8a5c4
11 lines
484 B
Makefile
11 lines
484 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 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
|