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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user