mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 01:07:30 +08:00
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 3a5a71cccad5c68e01008e9e3a4f06930197a05e
12 lines
657 B
Makefile
12 lines
657 B
Makefile
# src/pl/plpython/nls.mk
|
|
CATALOG_NAME = plpython
|
|
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN
|
|
GETTEXT_FILES = plpy_cursorobject.c plpy_elog.c plpy_exec.c plpy_main.c plpy_planobject.c plpy_plpymodule.c \
|
|
plpy_procedure.c plpy_resultobject.c plpy_spi.c plpy_subxactobject.c plpy_typeio.c plpy_util.c
|
|
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
|
|
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
|
|
PLy_elog:2:c-format \
|
|
PLy_exception_set:2:c-format \
|
|
PLy_exception_set_plural:2:c-format \
|
|
PLy_exception_set_plural:3:c-format
|