mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
pg_controldata: Add common gettext flags
So it picks up strings in pg_log_* calls. This was forgotten when it was added to all other relevant subdirectories.
This commit is contained in:
parent
02daece4ab
commit
cd805f46d8
@ -2,3 +2,5 @@
|
||||
CATALOG_NAME = pg_controldata
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN
|
||||
GETTEXT_FILES = pg_controldata.c ../../common/controldata_utils.c
|
||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user