diff options
| author | Peter Eisentraut | 2011-06-26 17:08:38 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2011-06-26 17:08:38 +0000 |
| commit | 1b11e239cac545b86886a30fa15ae1f7c2d6e385 (patch) | |
| tree | d1a36676a16d0f136208bb1b234eea2034dd13fd /src/pl | |
| parent | 314837ec3b00bb387f1bd601faa9d535fa2dc80b (diff) | |
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.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/nls.mk | 8 | ||||
| -rw-r--r-- | src/pl/plpgsql/src/nls.mk | 8 | ||||
| -rw-r--r-- | src/pl/plpython/nls.mk | 8 | ||||
| -rw-r--r-- | src/pl/tcl/nls.mk | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/src/pl/plperl/nls.mk b/src/pl/plperl/nls.mk index 85ff132e5b0..589795cb2b4 100644 --- a/src/pl/plperl/nls.mk +++ b/src/pl/plperl/nls.mk @@ -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 diff --git a/src/pl/plpgsql/src/nls.mk b/src/pl/plpgsql/src/nls.mk index 8d51924821f..4caa580bed5 100644 --- a/src/pl/plpgsql/src/nls.mk +++ b/src/pl/plpgsql/src/nls.mk @@ -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 diff --git a/src/pl/plpython/nls.mk b/src/pl/plpython/nls.mk index 6d2716885d8..dcdf619ab61 100644 --- a/src/pl/plpython/nls.mk +++ b/src/pl/plpython/nls.mk @@ -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 diff --git a/src/pl/tcl/nls.mk b/src/pl/tcl/nls.mk index 1fc912c5eba..941a75857c6 100644 --- a/src/pl/tcl/nls.mk +++ b/src/pl/tcl/nls.mk @@ -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 |
