mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
6 lines
289 B
Makefile
6 lines
289 B
Makefile
# src/pl/plpython/nls.mk
|
|
CATALOG_NAME := plpython
|
|
AVAIL_LANGUAGES := de es fr it ja pt_BR tr
|
|
GETTEXT_FILES := plpython.c
|
|
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
|