Re: pgsql: Translation updates - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Translation updates
Date
Msg-id 20141215223307.GQ1768@alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: Translation updates  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: pgsql: Translation updates  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Alvaro Herrera wrote:

> There must be something wrong, I agree.  I uploaded updated translations
> for almost all files this afternoon, but you only incorporated the
> pg_basebackup changes.  I'm going to upload an updated postgres.po now
> (not 100% but better than what's there) and will see about doing an
> update run too, and will see what happens.

There was definitely something wrong with the stuff Peter pushed.  I
just pushed to 9.4, with this stat:

commit 84b76f2b62bd34c40533931b9547d7d411a62128
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date:   Mon Dec 15 19:27:12 2014 -0300

    Translation updates

 src/backend/po/es.po                 | 10608 +++++++++++++++++++++++++++++++--------------------------
 src/backend/po/fr.po                 |  9646 ++++++++++++++++++++++++++++++---------------------
 src/backend/po/pt_BR.po              |  2811 ++++++++-------
 src/bin/initdb/po/es.po              |   459 +--
 src/bin/initdb/po/pt_BR.po           |   303 +-
 src/bin/initdb/po/sv.po              |   308 +-
 src/bin/pg_basebackup/po/es.po       |   678 +++-
 src/bin/pg_basebackup/po/fr.po       |   905 +++--
 src/bin/pg_basebackup/po/pt_BR.po    |   281 +-
 src/bin/pg_config/po/es.po           |    33 +-
 src/bin/pg_controldata/po/es.po      |   135 +-
 src/bin/pg_ctl/po/es.po              |   341 +-
 src/bin/pg_dump/po/es.po             |   927 ++---
 src/bin/pg_resetxlog/po/es.po        |   301 +-
 src/bin/psql/po/es.po                |  2600 +++++++-------
 src/bin/psql/po/fr.po                |  2605 +++++++-------
 src/bin/psql/po/pt_BR.po             |  1083 +++---
 src/bin/scripts/po/es.po             |   333 +-
 src/bin/scripts/po/pt_BR.po          |    27 +-
 src/interfaces/ecpg/ecpglib/po/es.po |    88 +-
 src/interfaces/ecpg/preproc/po/es.po |   181 +-
 src/interfaces/libpq/po/es.po        |   323 +-
 src/pl/plperl/po/es.po               |    75 +-
 src/pl/plpgsql/src/po/es.po          |   342 +-
 src/pl/plpython/po/es.po             |    87 +-
 src/pl/tcl/po/es.po                  |    16 +-
 26 files changed, 19729 insertions(+), 15767 deletions(-)

It's clear that the french translation was affected too, not only the
brazilian one.

I did NOT push to the master branch, as I don't know how is that
handled.  It shouldn't be too much of consequence, though of course that
should be fixed soonish.  In any case the 9.4 branch should be in much
better shape now.

BTW apologies for making everyone's pg_basebackup 99% instead of 100%.
It's just a missing newline in a Windows-only error message that should
never happen anyway, so it's not even a visible problem.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Translation updates
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Translation updates