From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Roger Leigh <rleigh(at)codelibre(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: size of .po changesets |
Date: | 2012-08-23 17:33:46 |
Message-ID: | 548.1345743226@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Roger Leigh <rleigh(at)codelibre(dot)net> writes:
> On Thu, Aug 23, 2012 at 11:21:35AM -0400, Alvaro Herrera wrote:
>> Yeah, IMHO .po files are handled pretty badly by SCMs. I wonder if we
>> could reduce the amount of git churn caused by those files by simply
>> removing all comment lines from these files as they are exported from
>> pgtranslation into postgresql.git?
> Have you considered adding "--no-location" to XGETTEXT_OPTIONS in
> po/Makevars? This stops the massive churn through line renumbering
> changes.
I think the line numbers are actually useful to the translators --- at
least, the theory behind having them is to make it easy to look at the
message in context. Alvaro's point is that the copies of the .po files
in our SCM are pretty much write-only data, and could be stripped
relative to what the translators work with.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2012-08-23 17:44:29 | Re: 9.2RC1 wraps this Thursday ... |
Previous Message | Tom Lane | 2012-08-23 16:55:46 | Re: default_isolation_level='serializable' crashes on Windows |