OSDN Git Service

Add the possibility to pass --flag arguments to xgettext calls
[pg-rex/syncrep.git] / src / pl / plpython / nls.mk
1 # src/pl/plpython/nls.mk
2 CATALOG_NAME     = plpython
3 AVAIL_LANGUAGES  = de es fr it ja pt_BR ro tr zh_CN zh_TW
4 GETTEXT_FILES    = plpython.c
5 GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
6 GETTEXT_FLAGS    = $(BACKEND_COMMON_GETTEXT_FLAGS) \
7     PLy_elog:2:c-format \
8     PLy_exception_set:2:c-format \
9     PLy_exception_set_plural:2:c-format \
10     PLy_exception_set_plural:3:c-format