File tree Expand file tree Collapse file tree 13 files changed +10
-12
lines changed Expand file tree Collapse file tree 13 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = postgres
3
3
AVAIL_LANGUAGES = de es fr ja pt_BR tr zh_CN zh_TW
4
4
GETTEXT_FILES = + gettext-files
5
- GETTEXT_TRIGGERS = _ errmsg errmsg_plural:1,2 errdetail errdetail_log \
5
+ GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log \
6
6
errdetail_plural:1,2 errhint errcontext \
7
7
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
8
8
write_stderr yyerror parser_yyerror
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = initdb
3
3
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4
4
GETTEXT_FILES = initdb.c ../../port/dirmod.c ../../port/exec.c
5
- GETTEXT_TRIGGERS = _ simple_prompt
5
+ GETTEXT_TRIGGERS = simple_prompt
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = pg_basebackup
3
3
AVAIL_LANGUAGES = de es
4
4
GETTEXT_FILES = pg_basebackup.c
5
- GETTEXT_TRIGGERS = _
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = pg_config
3
3
AVAIL_LANGUAGES = de es fr it ja ko nb pt_BR ro ru sv ta tr zh_CN zh_TW
4
4
GETTEXT_FILES = pg_config.c ../../port/exec.c
5
- GETTEXT_TRIGGERS = _
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = pg_controldata
3
3
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4
4
GETTEXT_FILES = pg_controldata.c
5
- GETTEXT_TRIGGERS = _
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = pg_ctl
3
3
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ru sv ta tr zh_CN zh_TW
4
4
GETTEXT_FILES = pg_ctl.c ../../port/exec.c
5
- GETTEXT_TRIGGERS = _
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ GETTEXT_FILES = pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
6
6
pg_backup_tar.c pg_restore.c pg_dumpall.c \
7
7
../../port/exec.c
8
8
GETTEXT_TRIGGERS = write_msg:2 die_horribly:3 exit_horribly:3 simple_prompt \
9
- ExecuteSqlCommand:3 ahlog:3 _
9
+ ExecuteSqlCommand:3 ahlog:3
Original file line number Diff line number Diff line change 2
2
CATALOG_NAME = pg_resetxlog
3
3
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4
4
GETTEXT_FILES = pg_resetxlog.c
5
- GETTEXT_TRIGGERS = _
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
4
4
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
5
5
mainloop.c print.c startup.c describe.c sql_help.h sql_help.c \
6
6
../../port/exec.c
7
- GETTEXT_TRIGGERS = _ N_ psql_error simple_prompt
7
+ GETTEXT_TRIGGERS = N_ psql_error simple_prompt
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
5
5
dropdb.c droplang.c dropuser.c \
6
6
clusterdb.c vacuumdb.c reindexdb.c \
7
7
common.c
8
- GETTEXT_TRIGGERS = _ simple_prompt yesno_prompt
8
+ GETTEXT_TRIGGERS = simple_prompt yesno_prompt
You can’t perform that action at this time.
0 commit comments