From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Roger Leigh <rleigh(at)codelibre(dot)net>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: size of .po changesets |
Date: | 2012-08-23 19:00:12 |
Message-ID: | 1345748343-sup-2772@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Excerpts from Tom Lane's message of jue ago 23 13:33:46 -0400 2012:
> 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.
Yeah, and I, for one, do use them quite a bit to look up the code
context when the message is unclear.
> 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.
Right.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-08-23 19:19:36 | Re: Large number of open(2) calls with bulk INSERT into empty table |
Previous Message | Tom Lane | 2012-08-23 18:50:07 | Re: default_isolation_level='serializable' crashes on Windows |