mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Replace := by = in nls.mk files
It currently doesn't make a difference, but it's inconsistent with most other usage, and it might interfere with a future patch, so I'll change it all in a separate commit. Also, replace tabs with spaces for alignment.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# src/pl/plperl/nls.mk
|
||||
CATALOG_NAME := plperl
|
||||
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
GETTEXT_FILES := plperl.c SPI.c
|
||||
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|
||||
CATALOG_NAME = plperl
|
||||
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
GETTEXT_FILES = plperl.c SPI.c
|
||||
GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# src/pl/plpgsql/src/nls.mk
|
||||
CATALOG_NAME := plpgsql
|
||||
AVAIL_LANGUAGES := de es fr it ja ko pt_BR ro zh_CN zh_TW
|
||||
GETTEXT_FILES := pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scanner.c
|
||||
GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext yyerror plpgsql_yyerror
|
||||
CATALOG_NAME = plpgsql
|
||||
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro zh_CN zh_TW
|
||||
GETTEXT_FILES = pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scanner.c
|
||||
GETTEXT_TRIGGERS = _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext yyerror plpgsql_yyerror
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# src/pl/plpython/nls.mk
|
||||
CATALOG_NAME := plpython
|
||||
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
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
|
||||
CATALOG_NAME = plpython
|
||||
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# src/pl/tcl/nls.mk
|
||||
CATALOG_NAME := pltcl
|
||||
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
GETTEXT_FILES := pltcl.c
|
||||
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|
||||
CATALOG_NAME = pltcl
|
||||
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
|
||||
GETTEXT_FILES = pltcl.c
|
||||
GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
|
||||
|
Reference in New Issue
Block a user