mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 10b675b81a3a04bac460cb049e0b7b6e17fb4795
6 lines
323 B
Makefile
6 lines
323 B
Makefile
# src/bin/pg_resetwal/nls.mk
|
|
CATALOG_NAME = pg_resetwal
|
|
AVAIL_LANGUAGES = cs de el es fr ja ko ru sv tr uk zh_CN
|
|
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_resetwal.c ../../common/restricted_token.c
|
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|