mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 9bbd9c3714d0c76daaa806588b1fbf744aa60496
6 lines
315 B
Makefile
6 lines
315 B
Makefile
# src/bin/pg_archivecleanup/nls.mk
|
|
CATALOG_NAME = pg_archivecleanup
|
|
AVAIL_LANGUAGES = cs de el es fr ja ko pl ru sv tr uk vi zh_CN
|
|
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_archivecleanup.c
|
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|