Skip to content

Commit 1b11e23

Browse files
committed
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.
1 parent 314837e commit 1b11e23

File tree

17 files changed

+66
-66
lines changed

17 files changed

+66
-66
lines changed

src/backend/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# src/backend/nls.mk
2-
CATALOG_NAME := postgres
3-
AVAIL_LANGUAGES := de es fr ja pt_BR tr zh_CN zh_TW
4-
GETTEXT_FILES := + gettext-files
5-
GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log \
2+
CATALOG_NAME = postgres
3+
AVAIL_LANGUAGES = de es fr ja pt_BR tr zh_CN zh_TW
4+
GETTEXT_FILES = + gettext-files
5+
GETTEXT_TRIGGERS = _ errmsg errmsg_plural:1,2 errdetail errdetail_log \
66
errdetail_plural:1,2 errhint errcontext \
77
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
88
write_stderr yyerror parser_yyerror

src/bin/initdb/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/initdb/nls.mk
2-
CATALOG_NAME := initdb
3-
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := initdb.c ../../port/dirmod.c ../../port/exec.c
5-
GETTEXT_TRIGGERS:= _ simple_prompt
2+
CATALOG_NAME = initdb
3+
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = initdb.c ../../port/dirmod.c ../../port/exec.c
5+
GETTEXT_TRIGGERS = _ simple_prompt

src/bin/pg_basebackup/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/pg_basebackup/nls.mk
2-
CATALOG_NAME := pg_basebackup
3-
AVAIL_LANGUAGES := de es
4-
GETTEXT_FILES := pg_basebackup.c
5-
GETTEXT_TRIGGERS:= _
2+
CATALOG_NAME = pg_basebackup
3+
AVAIL_LANGUAGES = de es
4+
GETTEXT_FILES = pg_basebackup.c
5+
GETTEXT_TRIGGERS = _

src/bin/pg_config/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/pg_config/nls.mk
2-
CATALOG_NAME := pg_config
3-
AVAIL_LANGUAGES := de es fr it ja ko nb pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := pg_config.c ../../port/exec.c
5-
GETTEXT_TRIGGERS:= _
2+
CATALOG_NAME = pg_config
3+
AVAIL_LANGUAGES = de es fr it ja ko nb pt_BR ro ru sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = pg_config.c ../../port/exec.c
5+
GETTEXT_TRIGGERS = _

src/bin/pg_controldata/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/pg_controldata/nls.mk
2-
CATALOG_NAME := pg_controldata
3-
AVAIL_LANGUAGES := de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := pg_controldata.c
5-
GETTEXT_TRIGGERS:= _
2+
CATALOG_NAME = pg_controldata
3+
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = pg_controldata.c
5+
GETTEXT_TRIGGERS = _

src/bin/pg_ctl/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/pg_ctl/nls.mk
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:= _
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 = _

src/bin/pg_dump/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# src/bin/pg_dump/nls.mk
2-
CATALOG_NAME := pg_dump
3-
AVAIL_LANGUAGES := de es fr it ja ko pt_BR sv tr zh_CN zh_TW
4-
GETTEXT_FILES := pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
2+
CATALOG_NAME = pg_dump
3+
AVAIL_LANGUAGES = de es fr it ja ko pt_BR sv tr zh_CN zh_TW
4+
GETTEXT_FILES = pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \
55
pg_backup_db.c pg_backup_files.c pg_backup_null.c \
66
pg_backup_tar.c pg_restore.c pg_dumpall.c \
77
../../port/exec.c
8-
GETTEXT_TRIGGERS:= write_msg:2 die_horribly:3 exit_horribly:3 simple_prompt \
8+
GETTEXT_TRIGGERS = write_msg:2 die_horribly:3 exit_horribly:3 simple_prompt \
99
ExecuteSqlCommand:3 ahlog:3 _

src/bin/pg_resetxlog/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/pg_resetxlog/nls.mk
2-
CATALOG_NAME := pg_resetxlog
3-
AVAIL_LANGUAGES := de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := pg_resetxlog.c
5-
GETTEXT_TRIGGERS:= _
2+
CATALOG_NAME = pg_resetxlog
3+
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = pg_resetxlog.c
5+
GETTEXT_TRIGGERS = _

src/bin/psql/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# src/bin/psql/nls.mk
2-
CATALOG_NAME := psql
3-
AVAIL_LANGUAGES := cs de es fr ja pt_BR sv tr zh_CN zh_TW
4-
GETTEXT_FILES := command.c common.c copy.c help.c input.c large_obj.c \
2+
CATALOG_NAME = psql
3+
AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
4+
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
55
mainloop.c print.c startup.c describe.c sql_help.h sql_help.c \
66
../../port/exec.c
7-
GETTEXT_TRIGGERS:= _ N_ psql_error simple_prompt
7+
GETTEXT_TRIGGERS = _ N_ psql_error simple_prompt

src/bin/scripts/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# src/bin/scripts/nls.mk
2-
CATALOG_NAME := pgscripts
3-
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := createdb.c createlang.c createuser.c \
2+
CATALOG_NAME = pgscripts
3+
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = createdb.c createlang.c createuser.c \
55
dropdb.c droplang.c dropuser.c \
66
clusterdb.c vacuumdb.c reindexdb.c \
77
common.c
8-
GETTEXT_TRIGGERS:= _ simple_prompt yesno_prompt
8+
GETTEXT_TRIGGERS = _ simple_prompt yesno_prompt

src/interfaces/ecpg/ecpglib/nls.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/interfaces/ecpg/ecpglib/nls.mk
2-
CATALOG_NAME = ecpglib
3-
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
4-
GETTEXT_FILES = connect.c error.c execute.c misc.c
2+
CATALOG_NAME = ecpglib
3+
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
4+
GETTEXT_FILES = connect.c error.c execute.c misc.c
55
GETTEXT_TRIGGERS = ecpg_gettext

src/interfaces/ecpg/preproc/nls.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/interfaces/ecpg/preproc/nls.mk
2-
CATALOG_NAME = ecpg
3-
AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW
4-
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
2+
CATALOG_NAME = ecpg
3+
AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW
4+
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
55
GETTEXT_TRIGGERS = _ mmerror:3

src/interfaces/libpq/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/interfaces/libpq/nls.mk
2-
CATALOG_NAME := libpq
3-
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c
5-
GETTEXT_TRIGGERS:= libpq_gettext pqInternalNotice:2
2+
CATALOG_NAME = libpq
3+
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ru sv ta tr zh_CN zh_TW
4+
GETTEXT_FILES = fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c
5+
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2

src/pl/plperl/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/pl/plperl/nls.mk
2-
CATALOG_NAME := plperl
3-
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
4-
GETTEXT_FILES := plperl.c SPI.c
5-
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
2+
CATALOG_NAME = plperl
3+
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
4+
GETTEXT_FILES = plperl.c SPI.c
5+
GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext

src/pl/plpgsql/src/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/pl/plpgsql/src/nls.mk
2-
CATALOG_NAME := plpgsql
3-
AVAIL_LANGUAGES := de es fr it ja ko pt_BR ro zh_CN zh_TW
4-
GETTEXT_FILES := pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scanner.c
5-
GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext yyerror plpgsql_yyerror
2+
CATALOG_NAME = plpgsql
3+
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ro zh_CN zh_TW
4+
GETTEXT_FILES = pl_comp.c pl_exec.c pl_gram.c pl_funcs.c pl_handler.c pl_scanner.c
5+
GETTEXT_TRIGGERS = _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext yyerror plpgsql_yyerror

src/pl/plpython/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/pl/plpython/nls.mk
2-
CATALOG_NAME := plpython
3-
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
4-
GETTEXT_FILES := plpython.c
5-
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
2+
CATALOG_NAME = plpython
3+
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
4+
GETTEXT_FILES = plpython.c
5+
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

src/pl/tcl/nls.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/pl/tcl/nls.mk
2-
CATALOG_NAME := pltcl
3-
AVAIL_LANGUAGES := de es fr it ja pt_BR ro tr zh_CN zh_TW
4-
GETTEXT_FILES := pltcl.c
5-
GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext
2+
CATALOG_NAME = pltcl
3+
AVAIL_LANGUAGES = de es fr it ja pt_BR ro tr zh_CN zh_TW
4+
GETTEXT_FILES = pltcl.c
5+
GETTEXT_TRIGGERS = errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext

0 commit comments

Comments
 (0)