Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60489 invoked from network); 21 May 2009 15:28:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 15:28:55 -0000 Received: (qmail 51476 invoked by uid 500); 21 May 2009 15:29:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51416 invoked by uid 500); 21 May 2009 15:29:07 -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 51386 invoked by uid 99); 21 May 2009 15:29:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 15:29:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 15:29:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9856E234C051 for ; Thu, 21 May 2009 08:28:45 -0700 (PDT) Message-ID: <290156647.1242919725623.JavaMail.jira@brutus> Date: Thu, 21 May 2009 08:28:45 -0700 (PDT) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3846) The list of supported message libraries looks wrong In-Reply-To: <36098683.1219422284423.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-3846: ----------------------------- Attachment: DERBY-3846-2.diff cdevin38113.html Thanks -- that makes sense, Rick. Attaching a revised patch (DERBY-3846-2.diff) and output file. > The list of supported message libraries looks wrong > --------------------------------------------------- > > Key: DERBY-3846 > URL: https://issues.apache.org/jira/browse/DERBY-3846 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.4.1.3 > Reporter: Rick Hillegas > Assignee: Kim Haase > Attachments: cdevin38113.html, cdevin38113.html, DERBY-3846-2.diff, DERBY-3846.diff > > > The "Messages libraries" section of the Derby Developer's Guide says that Derby "supports" a number of locales: > * derbyLocale_de_DE.jar German > * derbyLocale_es.jar - Spanish > * derbyLocale_fr.jar - French > * derbyLocale_it.jar - Italian > * derbyLocale_ja_JP.jar - Japanese > * derbyLocale_ko_KR.jar - Korean > * derbyLocale_pt_BR.jar - Brazilian Portuguese > * derbyLocale_zh_CN.jar - Simplified Chinese > * derbyLocale_zh_TW.jar - Traditional Chinese > In fact, in addition to these locales, Derby provides localizations for some others (see http://wiki.apache.org/db-derby/LocalizingDerbyMessages): > * derbyLocale_cs.jar - Czech > * derbyLocale_hu.jar - Hungarian > * derbyLocale_pl.jar - Polish (except for sysinfo) > * derbyLocale_ru.jar - Russian > The term "supports" may overdescribe the situation. Effort has been put into keeping some of these localizations up-to-date, although I don't think that any systematic effort has been put into verifying that any of our non-English locales are really current. Some locales have not been updated recently. Here's the list of locales which received fresh localizations in 10.4 (see http://issues.apache.org/jira/browse/DERBY-3804): > German > Spanish > French > Italian > Japanese > Korean > Traditional and Simplified Chinese > This means that the Developer's Guide is claiming that Derby "supports" Portuguese, even though it's clear that those localizations are drifting out of sync with the English messages. > We should correct the "Message libraries" section: > 1) We should decide what we mean by "supports". This term could mean > > a) Derby provides SOME localized messages for the locale or > b) The localizations are being actively maintained > 2) Based on what how we resolve (1), we should add or subtract locales from the list in "Message libraries" > My gut feeling is that we should list all of the locales for which we provide localizations and this section should note that some locales are maintained better than others. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.