Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 6620 invoked from network); 5 Nov 2008 10:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 10:50:35 -0000 Received: (qmail 81382 invoked by uid 500); 5 Nov 2008 10:50:41 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 81371 invoked by uid 500); 5 Nov 2008 10:50:41 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 81360 invoked by uid 99); 5 Nov 2008 10:50:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 02:50:41 -0800 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; Wed, 05 Nov 2008 10:49:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2D242234C278 for ; Wed, 5 Nov 2008 02:49:44 -0800 (PST) Message-ID: <612248201.1225882184170.JavaMail.jira@brutus> Date: Wed, 5 Nov 2008 02:49:44 -0800 (PST) From: "Olivier Descout (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-414) DenouncePlugin cannot be easily localized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DenouncePlugin cannot be easily localized ----------------------------------------- Key: JSPWIKI-414 URL: https://issues.apache.org/jira/browse/JSPWIKI-414 Project: JSPWiki Issue Type: Improvement Components: Localization Affects Versions: 2.8 Reporter: Olivier Descout Priority: Minor The plugin has only one localizable property called "denounce.denouncetext", but this property is located in the denounce.properties file, which is not localized. Shouldn't this property be moved to the common PluginResources.properties file? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.