From: Peter Eisentraut Date: Fri, 14 Dec 2012 04:12:12 +0000 (-0500) Subject: NLS: Use msgmerge --previous option X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=fdb67eb2b69fe035339c7461c6323dc69010db18;p=users%2Fc2main%2Fpostgres.git NLS: Use msgmerge --previous option It provides some additional help to translators. --- diff --git a/src/nls-global.mk b/src/nls-global.mk index e6c4a633a4..8f06e2d24f 100644 --- a/src/nls-global.mk +++ b/src/nls-global.mk @@ -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