mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
The intention is to used those in other utilities such as pg_basebackup and pg_receivexlog. From: Michael Paquier <michael.paquier@gmail.com>
5 lines
297 B
Makefile
5 lines
297 B
Makefile
# src/bin/pg_basebackup/nls.mk
|
|
CATALOG_NAME = pg_basebackup
|
|
AVAIL_LANGUAGES = de es fr it ko pl pt_BR ru zh_CN
|
|
GETTEXT_FILES = pg_basebackup.c pg_receivexlog.c pg_recvlogical.c receivelog.c streamutil.c ../../common/fe_memutils.c ../../common/file_utils.c
|
|
GETTEXT_TRIGGERS = simple_prompt
|