Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0Z6I-00029F-LY for pgsql-committers@arkaria.postgresql.org; Mon, 15 Dec 2014 17:06:26 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Y0Z6H-0005cI-Pp for pgsql-committers@arkaria.postgresql.org; Mon, 15 Dec 2014 17:06:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Y0Z6D-0005V8-LT for pgsql-committers@postgresql.org; Mon, 15 Dec 2014 17:06:21 +0000 Received: from [2600:3c02::f03c:91ff:fe70:c491] (helo=apinaye.timbira.com.br) by magus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0Z6A-0001U9-6K for pgsql-committers@postgresql.org; Mon, 15 Dec 2014 17:06:20 +0000 Received: by apinaye.timbira.com.br (Postfix, from userid 110) id 210831173E; Mon, 15 Dec 2014 15:06:17 -0200 (BRST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on apinaye X-Spam-Level: X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED,USER_IN_WHITELIST autolearn=ham version=3.3.1 Received: from [10.3.2.2] (unknown [201.88.208.48]) by apinaye.timbira.com.br (Postfix) with ESMTPSA id 94ECD11716; Mon, 15 Dec 2014 15:06:14 -0200 (BRST) Message-ID: <548F1502.2040806@timbira.com.br> Date: Mon, 15 Dec 2014 14:06:10 -0300 From: Euler Taveira Organization: Timbira User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Tom Lane CC: Peter Eisentraut , pgsql-committers@postgresql.org Subject: Re: pgsql: Translation updates References: <548EDD34.4060806@timbira.com.br> <548F047E.4010900@gmx.net> <548F0A57.4040105@timbira.com.br> <10525.1418661365@sss.pgh.pa.us> In-Reply-To: <10525.1418661365@sss.pgh.pa.us> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2600:3c02::f03c:91ff:fe70:c491 (failed) X-Pg-Spam-Score: -1.1 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-committers Precedence: bulk Sender: pgsql-committers-owner@postgresql.org On 15-12-2014 13:36, Tom Lane wrote: > Euler Taveira writes: >> On 15-12-2014 12:55, Peter Eisentraut wrote: >>> On 12/15/14 8:08 AM, Euler Taveira wrote: >>>> It seems you forgot to update pt_BR. > >>> I'm running the script I always run. Which file do you think was omitted? > >> initdb >> pg_basebackup >> pgscripts >> postgres >> psql > > I looked at this, but it's not obvious that anything is wrong. Many of > the pt_BR.po files were updated, and the ones that were not are in > subdirectories whose message sets have evidently not changed much lately, > because a lot of the other .po files are as old or older. > The steps that reproduce what I'm trying to say: euler@vostro:/a/sw/postgres$ git checkout REL9_4_STABLE Already on 'REL9_4_STABLE' Your branch is up-to-date with 'origin/REL9_4_STABLE'. euler@vostro:/a/sw/postgres$ git pull Already up-to-date. euler@vostro:/a/sw/postgres$ git archive --format=tgz --prefix=pg94/ REL9_4_STABLE > /tmp/pg94.tgz euler@vostro:/a/sw/postgres$ cd /tmp/ euler@vostro:/tmp$ tar -zxf pg94.tgz euler@vostro:/tmp$ cd pg94/ euler@vostro:/tmp/pg94$ ./configure --enable-nls euler@vostro:/tmp/pg94$ cd src/backend/ euler@vostro:/tmp/pg94/src/backend$ make update-po euler@vostro:/tmp/pg94/src/backend$ mv po/pt_BR.po.new po/pt_BR.po euler@vostro:/tmp/pg94/src/backend$ msgfmt -c -v -o /dev/null po/pt_BR.po 3934 mensagens traduzidas, 137 traduções aproximadas (fuzzy), 38 mensagens não traduzidas. ... but if I replace the po file with the one in the translation repository [1]: euler@vostro:/tmp/pg94/src/backend$ cd /a/sw/messages/ euler@vostro:/a/sw/messages$ git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. euler@vostro:/a/sw/messages$ git archive --format=tgz --prefix=master/ master > /tmp/master.tgz euler@vostro:/a/sw/messages$ cd /tmp/ euler@vostro:/tmp$ tar -zxf master.tgz euler@vostro:/tmp$ cp master/pt_BR/postgres.po pg94/src/backend/po/pt_BR.po euler@vostro:/tmp$ cd pg94/src/backend/ euler@vostro:/tmp/pg94/src/backend$ make update-po euler@vostro:/tmp/pg94/src/backend$ mv po/pt_BR.po.new po/pt_BR.po euler@vostro:/tmp/pg94/src/backend$ msgfmt -c -v -o /dev/null po/pt_BR.po 4109 mensagens traduzidas. This is true for all of those mentioned files. [1] http://git.postgresql.org/gitweb/?p=pgtranslation/messages.git;a=summary -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers