mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
NLS: Use msgmerge --previous option
It provides some additional help to translators.
This commit is contained in:
parent
a301eb99c9
commit
fdb67eb2b6
@ -44,7 +44,7 @@ XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MSGMERGE
|
ifdef MSGMERGE
|
||||||
MSGMERGE += --no-wrap --sort-by-file
|
MSGMERGE += --no-wrap --previous --sort-by-file
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# _ is defined in c.h, so it's global
|
# _ is defined in c.h, so it's global
|
||||||
|
Loading…
x
Reference in New Issue
Block a user