Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eb821b9

Browse files
committed
NLS: Initialize Project-Id-Version field by xgettext
Since xgettext provides options to do this now, we might as well use them.
1 parent 6b8c99c commit eb821b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nls-global.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ALL_PO_FILES = $(addprefix po/, $(addsuffix .po, $(AVAIL_LANGUAGES)))
4040
MO_FILES = $(addprefix po/, $(addsuffix .mo, $(LANGUAGES)))
4141

4242
ifdef XGETTEXT
43-
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@postgresql.org --no-wrap --sort-by-file
43+
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)'
4444
endif
4545

4646
ifdef MSGMERGE

0 commit comments

Comments
 (0)