1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Make _ be automatically included in GETTEXT_TRIGGERS

Since it's globally defined in c.h, it should be treated as a gettext
trigger everywhere.
This commit is contained in:
Peter Eisentraut
2011-06-26 23:05:30 +03:00
parent 1b11e239ca
commit c6ef139376
13 changed files with 10 additions and 12 deletions

View File

@@ -5,4 +5,4 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
dropdb.c droplang.c dropuser.c \
clusterdb.c vacuumdb.c reindexdb.c \
common.c
GETTEXT_TRIGGERS = _ simple_prompt yesno_prompt
GETTEXT_TRIGGERS = simple_prompt yesno_prompt