mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: f491e594cbaa7be0f786199e48f44bf0d55c9c8b
18 lines
861 B
Makefile
18 lines
861 B
Makefile
# src/bin/scripts/nls.mk
|
|
CATALOG_NAME = pgscripts
|
|
AVAIL_LANGUAGES = cs de el es fr it ja ka ko pt_BR ru sv tr uk zh_CN
|
|
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
|
createdb.c createuser.c \
|
|
dropdb.c dropuser.c \
|
|
clusterdb.c vacuumdb.c reindexdb.c \
|
|
pg_isready.c \
|
|
common.c \
|
|
../../fe_utils/parallel_slot.c \
|
|
../../fe_utils/cancel.c ../../fe_utils/print.c \
|
|
../../fe_utils/connect_utils.c \
|
|
../../fe_utils/option_utils.c \
|
|
../../fe_utils/query_utils.c \
|
|
../../common/fe_memutils.c ../../common/username.c
|
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt yesno_prompt
|
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|