Skip to content

Commit 63417b4

Browse files
committed
Update GETTEXT_FILES after config and controldata refactoring
1 parent 9668749 commit 63417b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/pg_config/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/bin/pg_config/nls.mk
22
CATALOG_NAME = pg_config
33
AVAIL_LANGUAGES = cs de es fr it ja ko nb pl pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES = pg_config.c ../../common/exec.c
4+
GETTEXT_FILES = pg_config.c ../../common/config_info.c ../../common/exec.c

src/bin/pg_controldata/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/bin/pg_controldata/nls.mk
22
CATALOG_NAME = pg_controldata
33
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN
4-
GETTEXT_FILES = pg_controldata.c
4+
GETTEXT_FILES = pg_controldata.c ../../common/controldata_utils.c

0 commit comments

Comments
 (0)