1
0
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:
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

@@ -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