NLS: Use msgmerge --previous option

It provides some additional help to translators.
This commit is contained in:
Peter Eisentraut 2012-12-13 23:12:12 -05:00
parent a301eb99c9
commit fdb67eb2b6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group
endif
ifdef MSGMERGE
MSGMERGE += --no-wrap --sort-by-file
MSGMERGE += --no-wrap --previous --sort-by-file
endif
# _ is defined in c.h, so it's global