mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
NLS: Initialize Project-Id-Version field by xgettext
Since xgettext provides options to do this now, we might as well use them.
This commit is contained in:
parent
6b8c99c386
commit
eb821b91c8
@ -40,7 +40,7 @@ ALL_PO_FILES = $(addprefix po/, $(addsuffix .po, $(AVAIL_LANGUAGES)))
|
||||
MO_FILES = $(addprefix po/, $(addsuffix .mo, $(LANGUAGES)))
|
||||
|
||||
ifdef XGETTEXT
|
||||
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@postgresql.org --no-wrap --sort-by-file
|
||||
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@postgresql.org --no-wrap --sort-by-file --package-name='$(CATALOG_NAME) (PostgreSQL)' --package-version='$(MAJORVERSION)'
|
||||
endif
|
||||
|
||||
ifdef MSGMERGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user