mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +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:
@@ -2,4 +2,4 @@
|
||||
CATALOG_NAME = ecpg
|
||||
AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW
|
||||
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
|
||||
GETTEXT_TRIGGERS = _ mmerror:3
|
||||
GETTEXT_TRIGGERS = mmerror:3
|
||||
|
||||
Reference in New Issue
Block a user