diff options
Diffstat (limited to 'src/pl/plpython/nls.mk')
-rw-r--r-- | src/pl/plpython/nls.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pl/plpython/nls.mk b/src/pl/plpython/nls.mk new file mode 100644 index 0000000..a7d3144 --- /dev/null +++ b/src/pl/plpython/nls.mk @@ -0,0 +1,11 @@ +# src/pl/plpython/nls.mk +CATALOG_NAME = plpython +AVAIL_LANGUAGES = cs de el es fr it ja ka ko pl pt_BR ru sv tr uk 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 |