mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
4b2df86d69
* PBCKP-97: Adding localization files Added localization of messages. Fixed some bugs. Added the --enable-nls tag for tests. Added a test to check the localization of messages. Co-authored-by: Vyacheslav Makarov <v.makarov@postgrespro.ru>
7 lines
221 B
Makefile
7 lines
221 B
Makefile
# contrib/pg_probackup/nls.mk
|
|
CATALOG_NAME = pg_probackup
|
|
AVAIL_LANGUAGES = ru
|
|
GETTEXT_FILES = src/help.c
|
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|