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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy