pgsql: NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file
Date
Msg-id E1SFsMS-0001rp-3V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file

The option --no-wrap prevents wars with (most?) editors about proper
line wrapping.  --sort-by-file ensures consistent file order, for
easier diffing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05261ab6246cba9701b8529eba812b8a68c3be8d

Modified Files
--------------
src/nls-global.mk |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Allow pg_archivecleanup to strip optional file extensions.
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgsql: Publish checkpoint timing information to pg_stat_bgwriter.