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

Commit fdb67eb

Browse files
committed
NLS: Use msgmerge --previous option
It provides some additional help to translators.
1 parent a301eb9 commit fdb67eb

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
@@ -44,7 +44,7 @@ XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group
4444
endif
4545

4646
ifdef MSGMERGE
47-
MSGMERGE += --no-wrap --sort-by-file
47+
MSGMERGE += --no-wrap --previous --sort-by-file
4848
endif
4949

5050
# _ is defined in c.h, so it's global

0 commit comments

Comments
 (0)