You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/08/08 21:10:27 UTC

[jira] Created: (MPLUGIN-131) PluginXdocGenerator doesn't handle correctly the Resource bundles and make typo in some languages

PluginXdocGenerator doesn't handle correctly the Resource bundles and make typo in some languages
-------------------------------------------------------------------------------------------------

                 Key: MPLUGIN-131
                 URL: http://jira.codehaus.org/browse/MPLUGIN-131
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: API
    Affects Versions: 2.4.2
            Reporter: Vincent Siveton


Actually, we have several grammar typos in French due to incorrect use of resource bundles.
For instance, take this key:
{noformat} 
pluginxdoc.mojodescriptor.fullname=Full name
{noformat} 

The Java code adds a tag and punctuation, i.e.
{noformat} 
<strong>Full name</strong>:
{noformat} 

in English, it is a correct display (no space before colon)
In French, it is an incorrect display (we need a space before colon)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MPLUGIN-131) PluginXdocGenerator doesn't handle correctly the Resource bundles and make typo in some languages

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPLUGIN-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MPLUGIN-131.
-----------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.4.3

Fixed in [r684062|http://svn.apache.org/viewvc?rev=684062&view=rev]

> PluginXdocGenerator doesn't handle correctly the Resource bundles and make typo in some languages
> -------------------------------------------------------------------------------------------------
>
>                 Key: MPLUGIN-131
>                 URL: http://jira.codehaus.org/browse/MPLUGIN-131
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.4.2
>            Reporter: Vincent Siveton
>            Assignee: Vincent Siveton
>             Fix For: 2.4.3
>
>
> Actually, we have several grammar typos in French due to incorrect use of resource bundles.
> For instance, take this key:
> {noformat} 
> pluginxdoc.mojodescriptor.fullname=Full name
> {noformat} 
> The Java code adds a tag and punctuation, i.e.
> {noformat} 
> <strong>Full name</strong>:
> {noformat} 
> in English, it is a correct display (no space before colon)
> In French, it is an incorrect display (we need a space before colon)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira