Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69135180CD for ; Tue, 26 Jan 2016 05:38:40 +0000 (UTC) Received: (qmail 88638 invoked by uid 500); 26 Jan 2016 05:38:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88579 invoked by uid 500); 26 Jan 2016 05:38:40 -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 88457 invoked by uid 99); 26 Jan 2016 05:38:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 05:38:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FC502C1F70 for ; Tue, 26 Jan 2016 05:38:40 +0000 (UTC) Date: Tue, 26 Jan 2016 05:38:40 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-5944) The hard-coded PlanExporter help message should be internationalized so that it can be translated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116736#comment-15116736 ] Bryan Pendleton commented on DERBY-5944: ---------------------------------------- I think it would be fine to start with just the english and chinese versions, and then others can contribute translations to other languages in the future. I will try to download your changes to my machine, but maybe it will take a day or two. Thank you for the contribution! By the way, are you already registered as an Apache contributor (http://www.apache.org/licenses/#clas) > The hard-coded PlanExporter help message should be internationalized so that it can be translated > ------------------------------------------------------------------------------------------------- > > Key: DERBY-5944 > URL: https://issues.apache.org/jira/browse/DERBY-5944 > Project: Derby > Issue Type: Bug > Components: Localization, Tools > Affects Versions: 10.10.1.1 > Reporter: Rick Hillegas > Assignee: Yun Fang > Labels: derby_triage10_11 > Attachments: MessageVetter.java.diff, PlanExporter.java.diff, toolsmessages.properties.diff, toolsmessages_zh_CN.properties.diff > > > The help message for PlanExporter is hard-coded in PlanExporter.printHelp(). In contrast, other Derby tools use the message lookup logic for their help messages. This means that for those other tools, on supported locales, users see translated versions of the help messages. For PlanExporter, the help message always appears in English. PlanExporter should use the message lookup logic like the other tools do. -- This message was sent by Atlassian JIRA (v6.3.4#6332)