Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 77681 invoked from network); 1 Nov 2006 20:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 20:51:08 -0000 Received: (qmail 63542 invoked by uid 500); 1 Nov 2006 20:51:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 63519 invoked by uid 500); 1 Nov 2006 20:51:18 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 63510 invoked by uid 99); 1 Nov 2006 20:51:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 12:51:18 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of m.v.lunteren@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 12:51:04 -0800 Received: by ug-out-1314.google.com with SMTP id o2so1848383uge for ; Wed, 01 Nov 2006 12:50:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lwCiStFbyUtveZ2krrvbSsLufU3wQmlvpIffBR78Jwj6wBoree30Wm+nIg6swXg2TQ5mWwmX4JoWNwP1wn7fOXYBn+yRxPKBcZSM5cKX7gX48tSX+T1FqgI7E5OYEcMjQJ1vYVEDLDTLDw2wx48MlOBN3S8cNJ55F7q0N6JgY9k= Received: by 10.78.97.7 with SMTP id u7mr411439hub; Wed, 01 Nov 2006 12:50:41 -0800 (PST) Received: by 10.78.186.8 with HTTP; Wed, 1 Nov 2006 12:50:41 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 12:50:41 -0800 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: translation checker... In-Reply-To: <4548B953.3030107@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4547C43C.8000503@gmail.com> <4548B953.3030107@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On 11/1/06, Daniel John Debrunner wrote: > Rajesh Kartha wrote: > > > About the location, I suppose this utility needs to be run only when > > the locales files are updated or to find messages that are not > > translated (?). > > In that case, I would think it can reside under the > > trunk/java/derbyTesting/locale/utils (?) directory with the appropriate > > package name. We > > would also need a Readme/HowTo that mentions what the utility does and > > how to use it etc. > > Seems like this is a build time tool and should be under > org.apache.derbyBuild. How long does this take to run? Could it just be > part of the standard build? > > Dan. > Hi Dan, The tool runs for less than a minute per language, a minute or two for all... Timestamps could be added, but I didn't find it important enough, so I haven't (yet)... I didn't anticipate this being part of the build, rather, an ad-hoc testing tool that a possibly translator or committer of translated messages could choose to run. Although I see value in an ant target for it, I think making it part of the standard build might not be right...The tool spits out warnings about possible mismatches, but some of the translations may still be ok. Myrna