Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af3596 commit 314837eCopy full SHA for 314837e
src/bin/pg_ctl/nls.mk
@@ -2,4 +2,4 @@
2
CATALOG_NAME := pg_ctl
3
AVAIL_LANGUAGES := de es fr it ja ko pt_BR ru sv ta tr zh_CN zh_TW
4
GETTEXT_FILES := pg_ctl.c ../../port/exec.c
5
-GETTEXT_TRIGGERS:= _ simple_prompt
+GETTEXT_TRIGGERS:= _
src/pl/plpgsql/src/nls.mk
@@ -3,6 +3,3 @@ 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
6
-
7
-.PHONY: gettext-files
8
-gettext-files: distprep
0 commit comments